Package edu.nps.moves.dis7.test
Class EntityBodyCoordinatesTest
java.lang.Object
edu.nps.moves.dis7.test.EntityBodyCoordinatesTest
Unit tests for EntityBodyCoordinates spatial utility class.
Validates construction of body-centric lococentric Euclidean reference frames
embedded in parent spatial reference frames with known Euler angles and identity rotations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidCommand-line invocation (CLI) of program, execution starts herestatic voidstatic voidvoidvoidvoidvoid
-
Constructor Details
-
EntityBodyCoordinatesTest
public EntityBodyCoordinatesTest()default constructor
-
-
Method Details
-
setUpClass
@BeforeAll public static void setUpClass() -
tearDownClass
@AfterAll public static void tearDownClass() -
testConstructionWithIdentityAxes
@Test public void testConstructionWithIdentityAxes() -
testConstructionWithOffsetOrigin
@Test public void testConstructionWithOffsetOrigin() -
testConstructionWithRotatedAxes
@Test public void testConstructionWithRotatedAxes() -
testConstructionWithDifferentParentLocation
@Test public void testConstructionWithDifferentParentLocation() -
main
Command-line invocation (CLI) of program, execution starts here- Parameters:
args- command-line arguments
-