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