Uses of Class
com.jhlabs.vecmath.Matrix4f
-
Packages that use Matrix4f Package Description com.jhlabs.vecmath -
-
Uses of Matrix4f in com.jhlabs.vecmath
Methods in com.jhlabs.vecmath with parameters of type Matrix4f Modifier and Type Method Description 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 Constructor Description Matrix4f(Matrix4f m)
-