YawPitchRoll Structure |
Namespace: AGI.Foundation.Coordinates
The YawPitchRoll type exposes the following members.
Name | Description | |
---|---|---|
YawPitchRoll(EulerSequence) |
Initializes a YawPitchRoll sequence from the provided EulerSequence.
| |
YawPitchRoll(AngleAxisRotation, YawPitchRollIndicator) |
Initializes a EulerSequence sequence from the provided AngleAxisRotation and sequence.
| |
YawPitchRoll(Matrix3By3, YawPitchRollIndicator) |
Initializes a YawPitchRoll sequence from the provided Matrix3By3 and sequence.
| |
YawPitchRoll(UnitQuaternion, YawPitchRollIndicator) |
Initializes a YawPitchRoll sequence from the provided UnitQuaternion and sequence.
| |
YawPitchRoll(ElementaryRotation, ElementaryRotation, ElementaryRotation) |
Initializes a YawPitchRoll sequence from the provided ElementaryRotation instances.
| |
YawPitchRoll(Double, Double, Double, YawPitchRollIndicator) |
Initializes a YawPitchRoll sequence from the provided angles and sequence.
|
Name | Description | |
---|---|---|
FirstRotation |
Gets the first rotation.
| |
SecondRotation |
Gets the second rotation.
| |
Sequence |
Gets the order of the axes rotations for this instance.
| |
ThirdRotation |
Gets the third rotation.
|
Name | Description | |
---|---|---|
Equals(Object) |
Indicates whether another object is exactly equal to this instance.
(Overrides ValueTypeEquals(Object).) | |
Equals(YawPitchRoll) |
Indicates whether another instance of this type is exactly equal to this instance.
| |
EqualsEpsilon |
Returns if all of the elements of this quaternion are within epsilon
of the same elements of the specified quaternion. That is, in order for the quaternions to be
considered equal (and for this function to return ), the absolute value of the
difference between each of their elements must be less than or equal to epsilon.
| |
FirstAxis |
Determines the first axis indicator from the provided YawPitchRollIndicator.
| |
GetHashCode |
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Indicator |
Composes a YawPitchRollIndicator from three individual AxisIndicator items.
| |
Invert |
Inverts this instance, yielding a new YawPitchRoll sequence.
| |
SecondAxis |
Determines the second axis indicator from the provided YawPitchRollIndicator.
| |
ThirdAxis |
Determines the third axis indicator from the provided YawPitchRollIndicator.
| |
ToString |
Returns the value of this set of YawPitchRoll coordinates in the form "first rotation, second rotation, third rotation"
(Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
Equality |
Returns if the two instances are exactly equal.
| |
Inequality |
Returns if the two instances are not exactly equal.
|