Inheritance diagram for SRM.OrientationMatrix:
Public Member Functions | |
OrientationMatrix () | |
Default constructor. | |
OrientationMatrix (SRM_Matrix_3x3 params) throws SrmException | |
constructor.using matrix 3x3 parameter data structure | |
OrientationMatrix (double a11, double a12, double a13, double a21, double a22, double a23, double a31, double a32, double a33) throws SrmException | |
Constructor using elements of the matrix (mat) 3x3 pamameter. | |
SRM_Matrix_3x3 | getMatrix3x3 () |
Gets the Matrix 3x3 orientation representation. | |
void | setMatrix3x3 (SRM_Matrix_3x3 params) throws SrmException |
Sets the Matrix 3x3 orientation representation. | |
String | toString () |
Returns the string for the matrix 3x3 orientation representation. | |
SRM_Ori_Rep | getOriRep () |
Returns the native orientation representation type. | |
Static Public Member Functions | |
OrientationMatrix | 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 () |
Package Functions | |
OrientationMatrix (Orientation other) |
|
Default constructor. The default value is identity matrix. |
|
constructor.using matrix 3x3 parameter data structure
|
|
Constructor using elements of the matrix (mat) 3x3 pamameter.
|
|
Sets the Matrix 3x3 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 |