|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jagatoo.loaders.models.collada.stax.XMLMatrixUtils
public class XMLMatrixUtils
Utils to read Matrix from a COLLADA file.
| Constructor Summary | |
|---|---|
XMLMatrixUtils()
|
|
| Method Summary | |
|---|---|
static XMLMatrix4x4 |
readColumnMajor(java.lang.String str)
Read a Blender-COLLADA column-major matrix and returns a column-major Vecmath matrix. |
static XMLMatrix4x4 |
readRowMajor(java.lang.String str)
Read a Blender-COLLADA row-major matrix and returns a column-major Vecmath matrix. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XMLMatrixUtils()
| Method Detail |
|---|
public static XMLMatrix4x4 readRowMajor(java.lang.String str)
str -
public static XMLMatrix4x4 readColumnMajor(java.lang.String str)
str -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||