Package org.opentrafficsim.core.math
Class Rotation3dTest
java.lang.Object
org.opentrafficsim.core.math.Rotation3dTest
Test the Direction3d and Angle3d classes. These classes are extremely similar. An Angle3d is a relative, a Direction is
absolute.
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Author:
- Alexander Verbraeck, Peter Knoppers
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
Test the constructors and getters.
-
Constructor Details
-
Rotation3dTest
public Rotation3dTest()
-
-
Method Details
-
constructorTest
@Test public final void constructorTest() throws org.djunits.value.ValueRuntimeExceptionTest the constructors and getters.- Throws:
org.djunits.value.ValueRuntimeException
- should not happen; test has failed if it does happen
-