Uses of Class
graphics.zbuffer.Mat4

Packages that use Mat4
graphics.zbuffer   
 

Uses of Mat4 in graphics.zbuffer
 

Fields in graphics.zbuffer declared as Mat4
 Mat4 Mesh.matrix
           
 

Methods in graphics.zbuffer that return Mat4
 Mat4 Applet3d.crossproduct(Mat4 a, Mat4 b)
           
 Mat4 Mesh.getMatrix()
           
 Mat4 Mesh.getMatrix2()
           
 Mat4 Applet3d.rotateMatrix(float dx, float dy, float dz)
           
 Mat4 Applet3d.scaleMatrix(float dx, float dy, float dz)
           
 Mat4 Applet3d.shiftMatrix(float dx, float dy, float dz)
           
 

Methods in graphics.zbuffer with parameters of type Mat4
 Mat4 Applet3d.crossproduct(Mat4 a, Mat4 b)
           
 Vec3Float Applet3d.matrixvectorproduct(Mat4 b, Vec3Float a)
           
 void Mesh.setMatrix(Mat4 matrix)
           
 void Mesh.setMatrix2(Mat4 matrix2)