Public Member Functions | |
SRM_Tait_Bryan_Angles_Params () | |
The default constructor. | |
SRM_Tait_Bryan_Angles_Params (double roll, double pitch, double yaw) | |
Constructor using axis and angle pamameters. | |
SRM_Tait_Bryan_Angles_Params (SRM_Tait_Bryan_Angles_Params params) | |
the copy constructor | |
boolean | valid () |
Returns true if the orientation parameters are valid. | |
String | toString () |
Static Public Member Functions | |
final boolean | isEqual (SRM_Tait_Bryan_Angles_Params a, SRM_Tait_Bryan_Angles_Params b, double tolerance) |
Returns TRUE if a's member data are "equivalent" to those in b. | |
Public Attributes | |
double | roll = 0.0 |
double | pitch = 0.0 |
double | yaw = 0.0 |
This class holds the specific parameters for the Tait-Bryan orientation representation
|
Constructor using axis and angle pamameters.
|
|
Returns true if the orientation parameters are valid.
|
Spatial Reference Model Java API | Version 4.4.0 - January 21, 2010 |
Copyright © 2010 SEDRIS | Docs by Doxygen 1.3.2 |