Uses of Class
math.geom2d.polygon.MultiPolygon2D

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

Uses of MultiPolygon2D in math.geom2d.polygon
 

Methods in math.geom2d.polygon that return MultiPolygon2D
 MultiPolygon2D MultiPolygon2D.clip(Box2D box)
          Returns a new instance of MultiPolygon2D.
 MultiPolygon2D MultiPolygon2D.getClippedShape(Box2D box)
           
 MultiPolygon2D MultiPolygon2D.transform(AffineTransform2D trans)