Class Point3dTest

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

public class Point3dTest extends Object
Point3dTest.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

    • Point3dTest

      public Point3dTest()
  • Method Details

    • testPoint3dConstruction

      @Test public void testPoint3dConstruction()
      Test the Point3d construction methods.
    • testPoint3dOperators

      @Test public void testPoint3dOperators()
      Test the Point3d operators.
    • testPoint3dOperatorsNPE

      @Test public void testPoint3dOperatorsNPE()
      Test the Point3d operators for NPE.
    • testClosestPointOnSegmentAndLine

      @Test public void testClosestPointOnSegmentAndLine() throws DrawRuntimeException
      Test the closestPointOnSegment and the closestPointOnLine methods.
      Throws:
      DrawRuntimeException - if that happens uncaught; this test has failed