Class Rotation3dTest

java.lang.Object
org.opentrafficsim.core.math.Rotation3dTest

public class Rotation3dTest extends Object
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 Details

    • Rotation3dTest

      public Rotation3dTest()
  • Method Details

    • constructorTest

      @Test public final void constructorTest() throws org.djunits.value.ValueRuntimeException
      Test the constructors and getters.
      Throws:
      org.djunits.value.ValueRuntimeException - should not happen; test has failed if it does happen