Inheritance diagram for SRM.OrientationAxisAngle:
Public Member Functions | |
OrientationAxisAngle () | |
Default constructor. | |
OrientationAxisAngle (SRM_Axis_Angle_Params params) throws SrmException | |
Constructor using (axis, angle) pamameter. | |
OrientationAxisAngle (double[] axis, double angle_in_rad) throws SrmException | |
Constructor using (axis, angle) pamameter. | |
SRM_Axis_Angle_Params | getAxisAngle () |
Gets the (axis, angle) orientation representation. | |
void | setAxisAngle (SRM_Axis_Angle_Params params) throws SrmException |
Sets the (axis, angle) orientation representation. | |
String | toString () |
Returns the string for the (axis, angle) orientation representation. | |
SRM_Ori_Rep | getOriRep () |
Returns the native orientation representation type. | |
Static Public Member Functions | |
OrientationAxisAngle | 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 ((1, 0, 0), 0), |
|
Constructor using (axis, angle) pamameter.
|
|
Constructor using (axis, angle) pamameter.
|
|
Sets the (axis, angle) 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 |