ILNumerics - Technical Application Development
Top
The Quaternion type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Length |
Gets the length (magnitude) of the quaternion.
[ILNumerics Visualization Engine] | |
| LengthSquared |
Gets the square of the quaternion length (magnitude).
[ILNumerics Visualization Engine] | |
| W |
Gets or sets the W component of this instance.
[ILNumerics Visualization Engine] | |
| X |
Gets or sets the X component of this instance.
[ILNumerics Visualization Engine] | |
| Xyz |
Gets or sets a Vector3 with the X, Y and Z components of this instance.
[ILNumerics Visualization Engine] | |
| Y |
Gets or sets the Y component of this instance.
[ILNumerics Visualization Engine] | |
| Z |
Gets or sets the Z component of this instance.
[ILNumerics Visualization Engine] |
See Also