Click or drag to resize
XDL

XQuaternion Constructor (Double, Double, Double, Double)

XQuaternion에 대한 객체를 생성하는 생성자이며 x, y, z, w 값을 입력 받아 각 멤버변수에 설정한다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 2.0.3.31
Syntax
C#
public XQuaternion(
	double _x,
	double _y,
	double _z,
	double _w
)

Parameters

_x
Type: SystemDouble
[In] 쿼터니언(Quaternion)의 X 컴포넌트 값.
_y
Type: SystemDouble
[In] 쿼터니언(Quaternion)의 Y 컴포넌트 값.
_z
Type: SystemDouble
[In] 쿼터니언(Quaternion)의 Z 컴포넌트 값.
_w
Type: SystemDouble
[In] 쿼터니언(Quaternion)의 W 컴포넌트 값.
See Also