Uses of Class
com.threerings.math.SingularMatrixException

Packages that use SingularMatrixException
com.threerings.math Model and animation configurations. 
 

Uses of SingularMatrixException in com.threerings.math
 

Methods in com.threerings.math that throw SingularMatrixException
 Matrix3f Matrix3f.invert(Matrix3f result)
          Inverts this matrix and places the result in the given object.
 Matrix4f Matrix4f.invert(Matrix4f result)
          Inverts this matrix and places the result in the given object.
 Matrix3f Matrix3f.invertAffine(Matrix3f result)
          Inverts this matrix as an affine matrix and places the result in the given object.
 Matrix4f Matrix4f.invertAffine(Matrix4f result)
          Inverts this matrix as an affine matrix and places the result in the given object.
 



Copyright © 2011. All Rights Reserved.