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