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-2023 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 void
testClosestPointOnSegmentAndLine()
Test the closestPointOnSegment and the closestPointOnLine methods.void
testPoint3dConstruction()
Test the Point3d construction methods.void
testPoint3dOperators()
Test the Point3d operators.void
testPoint3dOperatorsNPE()
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.
-
testClosestPointOnSegmentAndLine
public void testClosestPointOnSegmentAndLine() throws DrawRuntimeException
Test the closestPointOnSegment and the closestPointOnLine methods.- Throws:
DrawRuntimeException
- if that happens uncaught; this test has failed
-
-