Quaterniond Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a double-precision Quaternion.
[System.Serializable]
public struct Quaterniond : IEquatable<OpenTK.Quaterniond>
type Quaterniond = struct
- Inheritance
-
Quaterniond
- Attributes
- Implements
Constructors
Quaterniond(Double, Double, Double, Double) |
Construct a new Quaterniond |
Quaterniond(Vector3d, Double) |
Fields
Identity |
Defines the identity quaternion. |
Properties
Length |
Gets the length (magnitude) of the Quaterniond. |
LengthSquared |
Gets the square of the Quaterniond length (magnitude). |
W |
Gets or sets the W component of this instance. |
X |
Gets or sets the X component of this instance. |
Xyz |
Gets or sets an OpenTK.Vector3d with the X, Y and Z components of this instance. |
XYZ |
Obsolete.
Gets or sets an OpenTK.Vector3d with the X, Y and Z components of this instance. |
Y |
Gets or sets the Y component of this instance. |
Z |
Gets or sets the Z component of this instance. |