Click or drag to resize
XDL

XVertex2iNormalize Method

XVertex2i객체에 대한 Normalize를 수행. x = x/sqrt(x*x + y*y), y = y/sqrt(x*x + y*y).

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 1.2.817.72
Syntax
C#
public void Normalize()
See Also