Inheritance diagram for SRM.OrientationTaitBryanAngles:

Public Member Functions | |
| OrientationTaitBryanAngles () | |
| Default constructor. | |
| OrientationTaitBryanAngles (SRM_Tait_Bryan_Angles_Params params) throws SrmException | |
| Constructor using Tait-Bryan Angles parameter. | |
| OrientationTaitBryanAngles (double roll, double pitch, double yaw) throws SrmException | |
| Constructor using roll, pitch, and yaw pamameters. | |
| SRM_Tait_Bryan_Angles_Params | getTaitBryanAngles () |
| Gets the Tait-Bryan Angles orientation representation. | |
| void | setTaitBryanAngles (SRM_Tait_Bryan_Angles_Params params) throws SrmException |
| Sets the Tait-Bryan Angles orientation representation. | |
| String | toString () |
| Returns the string for the Tait-Bryan Angles orientation representation. | |
| SRM_Ori_Rep | getOriRep () |
| Returns the native orientation representation type. | |
Static Public Member Functions | |
| OrientationTaitBryanAngles | compose (Orientation left, Orientation right) throws SrmException |
| Composes the right orientation with the left orientation and returns the result in the output orientation, i.e., composed_ori = left*right. | |
Protected Member Functions | |
| void | _updateIntData () |
| void | _updateRepData () |
|
|
Default constructor. The default value is (0, 0, 0). |
|
|
Constructor using Tait-Bryan Angles parameter.
|
|
||||||||||||||||
|
Constructor using roll, pitch, and yaw pamameters.
|
|
|
Sets the Tait-Bryan Angles orientation representation.
Reimplemented from SRM.Orientation. |
| Spatial Reference Model Java API | Version 4.4.0 - January 21, 2010 |
| Copyright © 2010 SEDRIS | Docs by Doxygen 1.3.2 |