Click or drag to resize
XDL

XQuaternionConvAxis Method

XQuaternion 에 Axis 값을 곱한 rotation을 생성한다.

Namespace:  Pixoneer.NXDL
Assembly:  NXDL (in NXDL.dll) Version: 1.2.817.72
Syntax
C#
public void ConvAxis(
	ref XVertex3d vAxis
)

Parameters

vAxis
Type: Pixoneer.NXDLXVertex3d
[In] 곱하기를 수행할 Axis.
See Also