|
XQuaternionMultiply Operator
|
첫번째 피연자인 XQuaternion객체와 두번째 피연자인 XQuaternion객체를 곱해서 새로운 XQuaternion 객체로 반환한다.
Namespace: Pixoneer.NXDLAssembly: NXDL (in NXDL.dll) Version: 2.0.3.38
Syntaxpublic static XQuaternion operator *(
XQuaternion q1,
XQuaternion q2
)
Parameters
- q1 XQuaternion
- 첫번째 피연산자
- q2 XQuaternion
- 두번째 피연산자
Return Value
XQuaternion XQuaternion 객체
See Also