math
Class Mat4f

java.lang.Object
  extended by math.Mat4f

public class Mat4f
extends java.lang.Object


Constructor Summary
Mat4f()
           
 
Method Summary
static Mat4f crossproduct(Mat4f a, Mat4f b)
           
 float[][] getMatrix()
           
 void setMatrix(float[][] matrix)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mat4f

public Mat4f()
Method Detail

getMatrix

public float[][] getMatrix()

setMatrix

public void setMatrix(float[][] matrix)

crossproduct

public static Mat4f crossproduct(Mat4f a,
                                 Mat4f b)