Package org.djutils.draw.line
Class Polygon3dTest
- java.lang.Object
-
- org.djutils.draw.line.Polygon3dTest
-
public class Polygon3dTest extends Object
Polygon3dTest.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 Polygon3dTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
filterTest()
Test the filtering constructors.void
reverseAndProjectTest()
Test the reverse and project methods.void
testConstructors()
Test the constructors.void
testExports()
Test the debugging output methods.
-
-
-
Method Detail
-
testConstructors
public void testConstructors()
Test the constructors.
-
filterTest
public void filterTest()
Test the filtering constructors.
-
reverseAndProjectTest
public final void reverseAndProjectTest() throws DrawRuntimeException
Test the reverse and project methods.- Throws:
DrawRuntimeException
- should not happen; this test has failed if it does happen
-
testExports
public void testExports()
Test the debugging output methods.
-
-