Package org.djutils.draw.point
Class OrientedPoint3dTest
java.lang.Object
org.djutils.draw.point.OrientedPoint3dTest
OrientedPoint3dTest.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 OrientedPoint3d construction methods.void
Test the OrientedPoint3d operators.void
Test the OrientedPoint3d operators for NPE.void
Test the OrientedPoint3d construction methods.
-
Constructor Details
-
OrientedPoint3dTest
public OrientedPoint3dTest()
-
-
Method Details
-
testOrientedPoint3dConstruction
@Test public void testOrientedPoint3dConstruction()Test the OrientedPoint3d construction methods. -
testOrientedPointEquals
@Test public void testOrientedPointEquals()Test the OrientedPoint3d construction methods. -
testOrientedPoint3dOperators
@Test public void testOrientedPoint3dOperators()Test the OrientedPoint3d operators. -
testOrientedPoint3dOperatorsNPE
@Test public void testOrientedPoint3dOperatorsNPE()Test the OrientedPoint3d operators for NPE.
-