Click or drag to resize
XDL

XQuaternionRotate(XVertex3d, XAngle) Method

축 Axis 를 angle 값만큼 회전한 rotation을 생성한다.

Namespace: Pixoneer.NXDL
Assembly: NXDL (in NXDL.dll) Version: 2.0.3.38
Syntax
C#
public void Rotate(
	XVertex3d vAxis,
	XAngle angle
)

Parameters

vAxis  XVertex3d
[In] 회전할 축.
angle  XAngle
[In] 회전각.
See Also