Click or drag to resize
XDL

XVertex2iGetNormalize Method

this 객체로부터 Normalize를 연산하여 새로운 객체를 생성하여 반환한다. this 객체 값이 변하지 않는다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 1.2.817.72
Syntax
C#
public XVertex2i GetNormalize()

Return Value

Type: XVertex2i
Nomalize된 XVertex2i 객체
See Also