Interface to set and retrieve the orientation method.
Assign | Assign a new orientation method. |
AssignAzEl | Set orientation using the AzEl representation. |
AssignEulerAngles | Set orientation using the Euler angles representation. |
AssignQuaternion | Set orientation using the Quaternion representation. |
AssignYPRAngles | Set orientation using the YPR angles representation. |
ConvertTo | Change the orientation method to the type specified. |
QueryAzEl | Get orientation using the AzEl representation. |
QueryAzElArray | Returns the AzEl elements as an array. |
QueryEulerAngles | Get orientation using the Euler angles representation. |
QueryEulerAnglesArray | Returns the Euler elements as an array. |
QueryQuaternion | Get orientation using the Quaternion representation. |
QueryQuaternionArray | Returns the Quaternion elements as an array. |
QueryYPRAngles | Get orientation using the YPR angles representation. |
QueryYPRAnglesArray | Returns the YPR Angles elements as an array. |
OrientationType | Returns the orientation method currently being used. |