Public Member Functions | |
SRM_Matrix_3x3 () | |
The default constructor. | |
SRM_Matrix_3x3 (double a11, double a12, double a13, double a21, double a22, double a23, double a31, double a32, double a33) | |
Constructor using elements of the matrix (mat) 3x3 pamameter. | |
SRM_Matrix_3x3 (SRM_Matrix_3x3 params) | |
the copy constructor | |
boolean | valid () |
Returns true if the orientation parameters are valid. | |
String | toString () |
Static Public Member Functions | |
final boolean | isEquiv (SRM_Matrix_3x3 a, SRM_Matrix_3x3 b, double tolerance) |
Returns TRUE if a's member data are "equivalent" to those in b. | |
Public Attributes | |
double[][] | m = {{1.0, 0.0, 0.0}, {0.0, 1.0, 0.0}, {0.0, 0.0, 1.0}} |
This class holds the specific parameters for the Matrix 3x3 orientation representation
Spatial Reference Model Java API | Version 4.4.0 - January 21, 2010 |
Copyright © 2010 SEDRIS | Docs by Doxygen 1.3.2 |