Uses of Class
math.Mat4f

Packages that use Mat4f
math   
 

Uses of Mat4f in math
 

Methods in math that return Mat4f
static Mat4f Mat4f.crossproduct(Mat4f a, Mat4f b)
           
 

Methods in math with parameters of type Mat4f
static Mat4f Mat4f.crossproduct(Mat4f a, Mat4f b)
           
static Vec3Float Vec3Float.matrixvectorproduct(Mat4f b, Vec3Float a)