Uses of Class
org.apache.commons.math.geometry.NotARotationMatrixException

Packages that use NotARotationMatrixException
org.apache.commons.math.geometry This package provides basic 3D geometry components. 
 

Uses of NotARotationMatrixException in org.apache.commons.math.geometry
 

Methods in org.apache.commons.math.geometry that throw NotARotationMatrixException
private  double[][] Rotation.orthogonalizeMatrix(double[][] m, double threshold)
          Perfect orthogonality on a 3X3 matrix.
 

Constructors in org.apache.commons.math.geometry that throw NotARotationMatrixException
Rotation(double[][] m, double threshold)
          Build a rotation from a 3X3 matrix.