Quaternion Constructor | 
| Name | Description | |
|---|---|---|
| Quaternion(AngleAxisRotation) | 
            Initializes a set of Quaternion coordinates from the provided AngleAxisRotation.
              | |
| Quaternion(Double) | 
            Initializes a set of Quaternion coordinates from the first 4 consecutive elements in the provided array.
              | |
| Quaternion(ElementaryRotation) | 
            Initializes a set of Quaternion coordinates from the provided ElementaryRotation.
              | |
| Quaternion(EulerSequence) | 
            Initializes a set of Quaternion coordinates from the provided EulerSequence.
              | |
| Quaternion(Matrix3By3) | 
            Initializes a set of Quaternion coordinates from the provided Matrix3By3.
              | |
| Quaternion(YawPitchRoll) | 
            Initializes a set of Quaternion coordinates from the provided YawPitchRoll.
              | |
| Quaternion(Double, Int32) | 
            Initializes a set of Quaternion coordinates from 4 consecutive elements in the provided array.
              | |
| Quaternion(Double, Double, Double, Double) | 
            Initializes a set of Quaternion coordinates from the provided values.
              |