|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmil.navy.nps.math.Matrix4f
| Constructor Summary | |
Matrix4f()
|
|
Matrix4f(float[] hpr)
|
|
Matrix4f(float[][] mat)
|
|
Matrix4f(float heading,
float pitch,
float roll)
|
|
Matrix4f(Matrix4f mat)
|
|
Matrix4f(Quaternion quat)
|
|
| Method Summary | |
void |
getEulers(float[] hpr)
|
void |
getEulers(float[] h,
float[] p,
float[] r)
|
void |
getMat(float[][] mat)
|
void |
getMat(Matrix4f mat)
|
float |
getMatValue(int row,
int col)
|
void |
getQuat(Quaternion quat)
|
void |
makeIdent()
|
void |
makeNull()
|
void |
print()
|
void |
setEulers(float[] hpr)
|
void |
setEulers(float h,
float p,
float r)
|
void |
setMat(float[][] mat)
|
void |
setMat(Matrix4f mat)
|
void |
setMatValue(int row,
int col,
float val)
|
void |
setQuat(Quaternion quat)
|
void |
xform(float[] v)
|
void |
xform(Vec4f vec)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Matrix4f()
public Matrix4f(float[][] mat)
public Matrix4f(Matrix4f mat)
public Matrix4f(Quaternion quat)
public Matrix4f(float[] hpr)
public Matrix4f(float heading,
float pitch,
float roll)
| Method Detail |
public void print()
public void setMatValue(int row,
int col,
float val)
public float getMatValue(int row,
int col)
public void setMat(float[][] mat)
public void getMat(float[][] mat)
public void setMat(Matrix4f mat)
public void getMat(Matrix4f mat)
public void setQuat(Quaternion quat)
public void getQuat(Quaternion quat)
public void setEulers(float[] hpr)
public void getEulers(float[] hpr)
public void setEulers(float h,
float p,
float r)
public void getEulers(float[] h,
float[] p,
float[] r)
public void makeNull()
public void makeIdent()
public void xform(Vec4f vec)
public void xform(float[] v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||