Click or drag to resize
XDL

XVertex2dNormalize Method

이 객체의 값을 노멀라이즈한다.
x = x/sqrt(x*x + y*y), y = y/sqrt(x*x + y*y).

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