Click or drag to resize
XDL

XQuaternionMultiply Operator

첫번째 피연자인 XQuaternion객체와 두번째 피연자인 XQuaternion객체를 곱해서 새로운 XQuaternion 객체로 반환한다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 1.2.817.72
Syntax
C#
public static XQuaternion operator *(
	XQuaternion q1,
	XQuaternion q2
)

Parameters

q1
Type: Pixoneer.NXDLXQuaternion
첫번째 피연산자
q2
Type: Pixoneer.NXDLXQuaternion
두번째 피연산자

Return Value

Type: XQuaternion
XQuaternion 객체
See Also