Package org.opentrafficsim.core.math
Class Rotation3DTest
java.lang.Object
org.opentrafficsim.core.math.Rotation3DTest
public class Rotation3DTest
extends java.lang.Object
Test the Direction3D and Angle3D classes. These classes are extremely similar. An Angle3D is a relative, a Direction is
absolute.
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
- Version:
- $Revision$, $LastChangedDate$, by $Author$, initial version Dec 11, 2015
- Author:
- Alexander Verbraeck, Peter Knoppers
-
Constructor Summary
Constructors Constructor Description Rotation3DTest()
-
Method Summary
Modifier and Type Method Description void
constructorTest()
Test the constructors and getters.
-
Constructor Details
-
Rotation3DTest
public Rotation3DTest()
-
-
Method Details
-
constructorTest
Test the constructors and getters.- Throws:
ValueRuntimeException
- should not happen; test has failed if it does happen
-