EulerSequence Constructor |
| Name | Description | |
|---|---|---|
| EulerSequence(YawPitchRoll) |
Initializes an EulerSequence from the provided YawPitchRoll sequence.
| |
| EulerSequence(AngleAxisRotation, EulerSequenceIndicator) |
Initializes an EulerSequence from the provided AngleAxisRotation and sequence.
| |
| EulerSequence(Matrix3By3, EulerSequenceIndicator) |
Initializes an EulerSequence from the provided Matrix3By3 and sequence.
| |
| EulerSequence(UnitQuaternion, EulerSequenceIndicator) |
Initializes an EulerSequence from the provided UnitQuaternion and sequence.
| |
| EulerSequence(ElementaryRotation, ElementaryRotation, ElementaryRotation) |
Initializes an EulerSequence from the provided
ElementaryRotations.
| |
| EulerSequence(Double, Double, Double, EulerSequenceIndicator) |
Initializes an EulerSequence from the provided angles and sequence.
|