Uses of Interface
math.geom2d.polygon.PolygonalShape2D

Packages that use PolygonalShape2D
math.geom2d Planar geometry toolbox. 
math.geom2d.polygon Domains of the plane whose boundary is straight, like polygons, half-plane, wedge... 
 

Uses of PolygonalShape2D in math.geom2d
 

Classes in math.geom2d that implement PolygonalShape2D
 class Box2D
          This class defines bounds of a shape.
 

Uses of PolygonalShape2D in math.geom2d.polygon
 

Classes in math.geom2d.polygon that implement PolygonalShape2D
 class HRectangle2D
          HRectangle2D defines a rectangle with edges parallel to main axis.
 class MultiPolygon2D
          A polygonal domain whose boundary is composed of several disjoint continuous ClosedPolyline2D.
 class Polygon2D
          Represent a polygonal domain whose boundary is a single closed polyline.
 class Rectangle2D
          Rectangle2D defines a rectangle rotated around its first corner.
 

Methods in math.geom2d.polygon that return PolygonalShape2D
 PolygonalShape2D PolygonalShape2D.transform(AffineTransform2D trans)
          Return the new Polygon created by an affine transform of this polygon.