Uses of Class
com.jhlabs.vecmath.Matrix4f

Packages that use Matrix4f
com.jhlabs.vecmath   
 

Uses of Matrix4f in com.jhlabs.vecmath
 

Methods in com.jhlabs.vecmath with parameters of type Matrix4f
 void Matrix4f.get(Matrix4f m)
           
 void Matrix4f.invert(Matrix4f t)
           
 void Matrix4f.mul(Matrix4f m)
           
 void Matrix4f.set(Matrix4f m)
           
 void Quat4f.set(Matrix4f m)
           
 

Constructors in com.jhlabs.vecmath with parameters of type Matrix4f
Matrix4f(Matrix4f m)