Click or drag to resize
XDL

XQuaternion Constructor

XQuaternion에 대한 객체를 생성하는 기본 생성자이며 기본값을 x = y = z = 0, w = 1 로 설정한다.

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