Uses of Class
org.djutils.draw.surface.Polygon2d
-
Packages that use Polygon2d Package Description org.djutils.draw.surface The d1 package provides an interface and different implementations for Areas. -
-
Uses of Polygon2d in org.djutils.draw.surface
Methods in org.djutils.draw.surface that return Polygon2d Modifier and Type Method Description Polygon2d
Polygon2d. difference(Polygon2d otherPolygon)
Subtract the overlap with another Polygon2d from this Polygon2d and return the result as a new Polygon2d.Methods in org.djutils.draw.surface with parameters of type Polygon2d Modifier and Type Method Description Polygon2d
Polygon2d. difference(Polygon2d otherPolygon)
Subtract the overlap with another Polygon2d from this Polygon2d and return the result as a new Polygon2d.
-