Package org.djutils.draw.line
Class Polygon3dTest
java.lang.Object
org.djutils.draw.line.Polygon3dTest
Polygon3dTest.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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidTest the filtering constructors.final voidTest the reverse and project methods.voidTest the constructors.voidTest the debugging output methods.
-
Constructor Details
-
Polygon3dTest
public Polygon3dTest()
-
-
Method Details
-
testConstructors
Test the constructors. -
filterTest
Test the filtering constructors. -
reverseAndProjectTest
Test the reverse and project methods. -
testExports
Test the debugging output methods.
-