Uses of Class
math.Mat4

Packages that use Mat4
math   
 

Uses of Mat4 in math
 

Methods in math that return Mat4
static Mat4 Mat4.getAdjustedColorMatrix(double[][] a)
           
 Mat4 Mat4.invert()
           
 Mat4 Mat4.multiply(Mat4 bmat4)
           
static Mat4 Mat4.polygonToMat4(java.awt.Polygon p)
           
 Mat4 Mat4.transpose()
           
 

Methods in math with parameters of type Mat4
 Mat4 Mat4.multiply(Mat4 bmat4)