Inheritance diagram for SRM.OrientationQuaternion:
Public Member Functions | |
OrientationQuaternion () | |
Default constructor. | |
OrientationQuaternion (SRM_Quaternion_Params params) throws SrmException | |
Constructor using quaternion pamameter. | |
OrientationQuaternion (double e0, double e1, double e2, double e3) throws SrmException | |
Constructor using quaternion (e0, e1, e2, e3) pamameters. | |
SRM_Quaternion_Params | getQuaternion () |
Gets the quaternion orientation representation. | |
void | setQuaternion (SRM_Quaternion_Params params) throws SrmException |
Sets the quaternion orientation representation. | |
String | toString () |
Returns the string for the quaternion orientation representation. | |
SRM_Ori_Rep | getOriRep () |
Returns the native orientation representation type. | |
Static Public Member Functions | |
OrientationQuaternion | 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 identity (0, 1, 0, 0). |
|
Constructor using quaternion pamameter.
|
|
Constructor using quaternion (e0, e1, e2, e3) pamameters.
|
|
Sets the quaternion 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 |