Click or drag to resize

Quat Fields

The Quat type exposes the following members.

Fields
  NameDescription
Public fieldw
W component of the quaternion (real part). Quaternion components should usually not be manipulated directly.
Public fieldx
X component of the quaternion (imaginary `i` axis part). Quaternion components should usually not be manipulated directly.
Public fieldy
Y component of the quaternion (imaginary `j` axis part). Quaternion components should usually not be manipulated directly.
Public fieldz
Z component of the quaternion (imaginary `k` axis part). Quaternion components should usually not be manipulated directly.
Top
See Also