|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.grogra.vecmath.Matrix34d
public class Matrix34d
Field Summary | |
---|---|
double |
m00
The first element of the first row. |
double |
m01
The second element of the first row. |
double |
m02
third element of the first row. |
double |
m03
The fourth element of the first row. |
double |
m10
The first element of the second row. |
double |
m11
The second element of the second row. |
double |
m12
The third element of the second row. |
double |
m13
The fourth element of the second row. |
double |
m20
The first element of the third row. |
double |
m21
The second element of the third row. |
double |
m22
The third element of the third row. |
double |
m23
The fourth element of the third row. |
Constructor Summary | |
---|---|
Matrix34d()
|
|
Matrix34d(Matrix34d m)
|
Method Summary | |
---|---|
Matrix34d |
clone()
|
void |
get(Matrix4d m)
|
void |
get(Vector3d trans)
|
void |
getRotationScale(Matrix3d m)
|
void |
set(Matrix34d m)
|
void |
set(Matrix4d m)
|
void |
setIdentity()
|
Matrix4d |
toMatrix4d()
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public double m00
public double m01
public double m02
public double m03
public double m10
public double m11
public double m12
public double m13
public double m20
public double m21
public double m22
public double m23
Constructor Detail |
---|
public Matrix34d()
public Matrix34d(Matrix34d m)
Method Detail |
---|
public Matrix34d clone()
clone
in class java.lang.Object
public final void get(Matrix4d m)
public final void get(Vector3d trans)
public final void getRotationScale(Matrix3d m)
public final void set(Matrix34d m)
public final void set(Matrix4d m)
public final void setIdentity()
public Matrix4d toMatrix4d()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |