Package org.djutils.draw.line
Class Polygon2dTest
- java.lang.Object
-
- org.djutils.draw.line.Polygon2dTest
-
public class Polygon2dTest extends Object
Polygon2dTest.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 Polygon2dTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
containsBoundsTest()
Test the contains method for a Bounds2d.void
containsPointTest()
Test the contains method for a Point2D.void
filterTest()
Test the filtering constructors.void
testConstructors()
Test the constructors.void
testExports()
Test the debugging output methods.void
testIntersects()
Test the intersects intersects method.
-
-
-
Method Detail
-
testConstructors
public void testConstructors()
Test the constructors.
-
filterTest
public void filterTest()
Test the filtering constructors.
-
containsPointTest
public void containsPointTest()
Test the contains method for a Point2D.
-
containsBoundsTest
public void containsBoundsTest()
Test the contains method for a Bounds2d.
-
testIntersects
public final void testIntersects()
Test the intersects intersects method.
-
testExports
public void testExports()
Test the debugging output methods.
-
-