Click or drag to resize
XDL

XQuaternion Methods

The XQuaternion type exposes the following members.

Methods
  Name Description
Public method ConvAxis XQuaternion 에 Axis 값을 곱한 rotation을 생성한다.
Public method Identity Identity rotation 으로 설정한다.
Public method IsIdentity Identity rotation 여부를 반환한다.
Public method Normalize XQuaternion 객체에 대한 Normalize를 수행한다.
Public method Rotate(XVertex3d, XAngle) 축 Axis 를 angle 값만큼 회전한 rotation을 생성한다.
Public method Rotate(Double, Double, Double, XAngle) XYZ 축을 angle 값만큼 회전한 rotation을 생성한다.
Top
See Also