Package org.djutils.draw.line
Class Polygon3dTest
java.lang.Object
org.djutils.draw.line.Polygon3dTest
Polygon3dTest.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 filtering constructors.final void
Test the reverse and project methods.void
Test the constructors.void
Test the debugging output methods.
-
Constructor Details
-
Polygon3dTest
public Polygon3dTest()
-
-
Method Details
-
testConstructors
@Test public void testConstructors()Test the constructors. -
filterTest
@Test public void filterTest()Test the filtering constructors. -
reverseAndProjectTest
Test the reverse and project methods.- Throws:
DrawRuntimeException
- should not happen; this test has failed if it does happen
-
testExports
@Test public void testExports()Test the debugging output methods.
-