Package org.djutils.draw.point
Class Point3dTest
- java.lang.Object
-
- org.djutils.draw.point.Point3dTest
-
public class Point3dTest extends Object
Point3dTest.java.Copyright (c) 2020-2021 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 Summary
Constructors Constructor Description Point3dTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestClosestPointOnSegment()Test the closestPointOnSegment method.voidtestPoint3dConstruction()Test the Point3d construction methods.voidtestPoint3dOperators()Test the Point3d operators.voidtestPoint3dOperatorsNPE()Test the Point3d operators for NPE.
-
-
-
Method Detail
-
testPoint3dConstruction
public void testPoint3dConstruction()
Test the Point3d construction methods.
-
testPoint3dOperators
public void testPoint3dOperators()
Test the Point3d operators.
-
testPoint3dOperatorsNPE
public void testPoint3dOperatorsNPE()
Test the Point3d operators for NPE.
-
testClosestPointOnSegment
public void testClosestPointOnSegment() throws DrawExceptionTest the closestPointOnSegment method.- Throws:
DrawException- if that happens uncaught; this test has failed
-
-