Package org.djutils.draw.point
Class OrientedPoint2dTest
- java.lang.Object
-
- org.djutils.draw.point.OrientedPoint2dTest
-
public class OrientedPoint2dTest extends Object
OrientedPoint2dTest.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 OrientedPoint2dTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testOrientedPoint2dConstruction()
Test the OrientedPoint2d construction methods.void
testOrientedPoint2dOperators()
Test the OrientedPoint2d operators.void
testOrientedPoint2dOperatorsNPE()
Test the OrientedPoint2d operators for NPE.
-
-
-
Method Detail
-
testOrientedPoint2dConstruction
public void testOrientedPoint2dConstruction()
Test the OrientedPoint2d construction methods.
-
testOrientedPoint2dOperators
public void testOrientedPoint2dOperators()
Test the OrientedPoint2d operators.
-
testOrientedPoint2dOperatorsNPE
public void testOrientedPoint2dOperatorsNPE()
Test the OrientedPoint2d operators for NPE.
-
-