|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jagatoo.loaders.models.collada.datastructs.visualscenes.COLLADATransform
org.jagatoo.loaders.models.collada.datastructs.visualscenes.MatrixTransform
public class MatrixTransform
A COLLADA Transform using a 4x4 Matrix to represent the transformation.
| Constructor Summary | |
|---|---|
MatrixTransform()
Creates a new COLLADAMatrixTransform with an identity matrix. |
|
MatrixTransform(float[] floats)
Creates a new COLLADAMatrixTransform. |
|
MatrixTransform(org.openmali.vecmath2.Matrix4f matrix)
Creates a new COLLADAMatrixTransform. |
|
| Method Summary | |
|---|---|
org.openmali.vecmath2.Matrix4f |
getMatrix()
|
MatrixTransform |
getMatrixTransform()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MatrixTransform(org.openmali.vecmath2.Matrix4f matrix)
matrix - The Matrix to instanciate frompublic MatrixTransform(float[] floats)
floats - Floats in the Matrixpublic MatrixTransform()
| Method Detail |
|---|
public final org.openmali.vecmath2.Matrix4f getMatrix()
public final MatrixTransform getMatrixTransform()
getMatrixTransform in class COLLADATransform
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||