Class Matrix3fTest

java.lang.Object
edu.nps.moves.dis7.test.Matrix3fTest

@DisplayName("Matrix3fTest") public class Matrix3fTest extends Object
Unit tests for Matrix3f legacy math class. Validates construction, identity, Euler angles, and vector transforms.
  • 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

      public static void main(String[] args)
      Command-line invocation (CLI) of program, execution starts here
      Parameters:
      args - command-line arguments