Package org.djutils.draw.point
Class DirectedPoint2dTest
java.lang.Object
org.djutils.draw.point.DirectedPoint2dTest
DirectedPoint2dTest.java.
Copyright (c) 2023-2025 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information https://djutils.org. The DJUTILS project is distributed under a three-clause BSD-style license, which can be found at https://djutils.org/docs/license.html.
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTest the DirectedPoint2d construction methods.voidTest the DirectedPoint2d operators.voidTest the DirectedPoint2d operators for NPE.voidTest the methods that are not covered by the Ray2dTest.
-
Constructor Details
-
DirectedPoint2dTest
public DirectedPoint2dTest()
-
-
Method Details
-
testMethods
Test the methods that are not covered by the Ray2dTest. -
testDirectedPoint2dConstruction
Test the DirectedPoint2d construction methods. -
testDirectedPoint2dOperators
Test the DirectedPoint2d operators. -
testDirectedPoint2dOperatorsNPE
Test the DirectedPoint2d operators for NPE.
-