Uses of Class
com.threed.jpct.skeleton.Matrix

Packages that use Matrix
com.threed.jpct.skeleton   
 

Uses of Matrix in com.threed.jpct.skeleton
 

Fields in com.threed.jpct.skeleton declared as Matrix
 Matrix SimpleBone.matrixAbsolute
           
 Matrix SimpleBone.matrixFinal
           
 Matrix SimpleBone.matrixRelative
           
 Matrix SimpleBone.rotationAbsolute
           
 Matrix SimpleBone.rotationFinal
           
 

Methods in com.threed.jpct.skeleton with parameters of type Matrix
 void Matrix.postMultiply(Matrix matrix)
           
 void Vector.transform(Matrix m)
           
 void Vector.transform3(Matrix m)