Public Member Functions | |
SRM_Quaternion_Params () | |
The default constructor. | |
SRM_Quaternion_Params (double e0, double e1, double e2, double e3) | |
Constructor using axis and angle pamameters. | |
SRM_Quaternion_Params (SRM_Quaternion_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_Quaternion_Params a, SRM_Quaternion_Params b, double tolerance) |
Returns TRUE if a's member data are "equivalent" to those in b. | |
Public Attributes | |
double | e0 = 1.0 |
double | e1 = 0.0 |
double | e2 = 0.0 |
double | e3 = 0.0 |
This class holds the specific parameters for the Quaternion 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 |