Uses of Class
ProGAL.math.Matrix3x3

Packages that use Matrix3x3
ProGAL.geom3d This package contains classes that are all related to three-dimensional geometric concepts. 
ProGAL.math This package contains math-classes that are not necessarily related to geometrical concepts. 
 

Uses of Matrix3x3 in ProGAL.geom3d
 

Methods in ProGAL.geom3d that return Matrix3x3
 Matrix3x3 PointList.getCovariance()
          Get the covariance of the points.
 

Uses of Matrix3x3 in ProGAL.math
 

Methods in ProGAL.math that return Matrix3x3
 Matrix3x3 Matrix3x3.clone()
           
static Matrix3x3 Matrix.createColumnMatrix(Vector v1, Vector v2, Vector v3)
           
static Matrix3x3 Matrix.createRowMatrix(Vector v1, Vector v2, Vector v3)
           
 Matrix3x3 Matrix3x3.getTranspose()