|
XQuaternionRotate(XVertex3d, XAngle) Method
|
축 Axis 를 angle 값만큼 회전한 rotation을 생성한다.
Namespace: Pixoneer.NXDLAssembly: NXDL (in NXDL.dll) Version: 2.0.3.38
Syntaxpublic void Rotate(
XVertex3d vAxis,
XAngle angle
)
Parameters
- vAxis XVertex3d
- [In] 회전할 축.
- angle XAngle
- [In] 회전각.
See Also