Class OrientedPoint3dTest

java.lang.Object
org.djutils.draw.point.OrientedPoint3dTest

public class OrientedPoint3dTest extends Object
OrientedPoint3dTest.java.

Copyright (c) 2020-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUTILS License.

Author:
Alexander Verbraeck, Peter Knoppers
  • Constructor Details

    • OrientedPoint3dTest

      public OrientedPoint3dTest()
  • Method Details

    • testOrientedPoint3dConstruction

      @Test public void testOrientedPoint3dConstruction()
      Test the OrientedPoint3d construction methods.
    • testOrientedPointEquals

      @Test public void testOrientedPointEquals()
      Test the OrientedPoint3d construction methods.
    • testOrientedPoint3dOperators

      @Test public void testOrientedPoint3dOperators()
      Test the OrientedPoint3d operators.
    • testOrientedPoint3dOperatorsNPE

      @Test public void testOrientedPoint3dOperatorsNPE()
      Test the OrientedPoint3d operators for NPE.