gnu.util
Class Matrix3f

java.lang.Object
  extended by gnu.util.Matrix3f

public class Matrix3f
extends java.lang.Object

3-by-3 matrix of float in mathematics. Modified from vecmath by Kenji Hiranabe.


Field Summary
 float[] m
           
 
Constructor Summary
Matrix3f()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m

public float[] m
Constructor Detail

Matrix3f

public Matrix3f()