Package org.djutils.draw.point
Class OrientedPoint3dTest
java.lang.Object
org.djutils.draw.point.OrientedPoint3dTest
OrientedPoint3dTest.java.
Copyright (c) 2020-2025 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, Wouter Schakel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTest the OrientedPoint3d construction methods.voidTest the OrientedPoint3d operators.voidTest the OrientedPoint3d operators for NPE.voidTest the OrientedPoint3d construction methods.
-
Constructor Details
-
OrientedPoint3dTest
public OrientedPoint3dTest()
-
-
Method Details
-
testOrientedPoint3dConstruction
Test the OrientedPoint3d construction methods. -
testOrientedPointEquals
Test the OrientedPoint3d construction methods. -
testOrientedPoint3dOperators
Test the OrientedPoint3d operators. -
testOrientedPoint3dOperatorsNPE
Test the OrientedPoint3d operators for NPE.
-