Click or drag to resize
XDL

XQuaternionRotate Method (XVertex3d, XAngle)

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

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

Parameters

vAxis
Type: Pixoneer.NXDLXVertex3d
[In] 회전할 축.
angle
Type: Pixoneer.NXDLXAngle
[In] 회전각.
See Also