Package edu.nps.moves.dis7.test
Class Matrix3fTest
java.lang.Object
edu.nps.moves.dis7.test.Matrix3fTest
Unit tests for Matrix3f legacy math class.
Validates construction, identity, Euler angles, and vector transforms.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidCommand-line invocation (CLI) of program, execution starts herestatic voidstatic voidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
Matrix3fTest
public Matrix3fTest()default constructor
-
-
Method Details
-
setUpClass
@BeforeAll public static void setUpClass() -
tearDownClass
@AfterAll public static void tearDownClass() -
testDefaultConstructor
@Test public void testDefaultConstructor() -
testIdentity
@Test public void testIdentity() -
testCopyConstructor
@Test public void testCopyConstructor() -
testIdentityXformVec3f
@Test public void testIdentityXformVec3f() -
testIdentityXformArray
@Test public void testIdentityXformArray() -
testSetGetEulersRoundTrip
@Test public void testSetGetEulersRoundTrip() -
testSetEulersZero
@Test public void testSetEulersZero() -
testArrayConstructor
@Test public void testArrayConstructor() -
testSetMatValue
@Test public void testSetMatValue() -
main
Command-line invocation (CLI) of program, execution starts here- Parameters:
args- command-line arguments
-