|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmath.Mat4f
public class Mat4f
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 |
---|
public Mat4f()
Method Detail |
---|
public float[][] getMatrix()
public void setMatrix(float[][] matrix)
public static Mat4f crossproduct(Mat4f a, Mat4f b)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |