Package org.djutils.draw.point
Class Point3dTest
java.lang.Object
org.djutils.draw.point.Point3dTest
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Test the closestPointOnSegment and the closestPointOnLine methods.void
Test the Point3d construction methods.void
Test the Point3d operators.void
Test the Point3d operators for NPE.
-
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 the closestPointOnSegment and the closestPointOnLine methods.- Throws:
DrawRuntimeException
- if that happens uncaught; this test has failed
-