public class TestMatrix4
extends java.lang.Object
| Constructor and Description |
|---|
TestMatrix4() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSimilar(Matrix4 m1,
Matrix4 m2,
double error) |
void |
testCompose() |
void |
testIdentityMultiply() |
void |
testLookAt() |
void |
testMultiply() |
void |
testTRS_All() |
void |
testTRS_Identity() |
void |
testTRS_Rot() |
public void testIdentityMultiply()
public void testMultiply()
public void testLookAt()
public void testCompose()
public void testTRS_Identity()
public void testTRS_Rot()
public void testTRS_All()