Package org.djutils.draw.point
Class OrientedPoint3dTest
- java.lang.Object
-
- org.djutils.draw.point.OrientedPoint3dTest
-
public class OrientedPoint3dTest extends Object
OrientedPoint3dTest.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 OrientedPoint3dTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testOrientedPoint3dConstruction()
Test the OrientedPoint3d construction methods.void
testOrientedPoint3dOperators()
Test the OrientedPoint3d operators.void
testOrientedPoint3dOperatorsNPE()
Test the OrientedPoint3d operators for NPE.void
testOrientedPointEquals()
Test the OrientedPoint3d construction methods.
-
-
-
Method Detail
-
testOrientedPoint3dConstruction
public void testOrientedPoint3dConstruction()
Test the OrientedPoint3d construction methods.
-
testOrientedPointEquals
public void testOrientedPointEquals()
Test the OrientedPoint3d construction methods.
-
testOrientedPoint3dOperators
public void testOrientedPoint3dOperators()
Test the OrientedPoint3d operators.
-
testOrientedPoint3dOperatorsNPE
public void testOrientedPoint3dOperatorsNPE()
Test the OrientedPoint3d operators for NPE.
-
-