Click or drag to resize
XDL

XVertex2i.Normalize 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: 2.0.3.38
Syntax
C#
public void Normalize()
See Also