The Cog3DQuaternion type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Norm |
Gets the norm (magnitude) value of this quaternion object.
| |
| NormSquared |
Gets the norm squared value of this quaternion object.
| |
| W |
Gets the scalar part (the first component) of this quaternion.
| |
| X |
Gets the second component of this quaternion object.
| |
| XYZ |
Gets the vector (imaginary) part of this quaternion object.
| |
| Y |
Gets the third component of this quaternion object.
| |
| Z |
Gets the fourth component of this quaternion object.
|
See Also