Click or drag to resize
XDL

XQuaternion Methods

The XQuaternion type exposes the following members.

Methods
  NameDescription
Public methodConvAxis
XQuaternion 에 Axis 값을 곱한 rotation을 생성한다.
Public methodIdentity
Identity rotation 으로 설정한다.
Public methodIsIdentity
Identity rotation 여부를 반환한다.
Public methodNormalize
XQuaternion 객체에 대한 Normalize를 수행한다.
Public methodRotate(XVertex3d, XAngle)
축 Axis 를 angle 값만큼 회전한 rotation을 생성한다.
Public methodRotate(Double, Double, Double, XAngle)
XYZ 축을 angle 값만큼 회전한 rotation을 생성한다.
Top
See Also