YawPitchRollIndicator Enumeration |
Indicates the order of the axes rotations in a yaw-pitch-roll sequence.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum YawPitchRollIndicator
Public Enumeration YawPitchRollIndicator
public enum class YawPitchRollIndicator
type YawPitchRollIndicator
Members
| Member name | Description |
---|
| YPR |
The third axes, followed by the second and then first axes.
|
| YRP |
The third axes, followed by the first and then second axes.
|
| PRY |
The second axes, followed by the first and then third axes.
|
| PYR |
The second axes, followed by the third and then first axes.
|
| RYP |
The first axes, followed by the third and then second axes.
|
| RPY |
The first axes, followed by the second and then third axes.
|
| YPY |
The third axes, followed by the second and then third axes.
|
| YRY |
The third axes, followed by the first and then third axes.
|
| PRP |
The second axes, followed by the first and then second axes.
|
| PYP |
The second axes, followed by the third and then second axes.
|
| RYR |
The first axes, followed by the third and then first axes.
|
| RPR |
The first axes, followed by the second and then first axes.
|
See Also