Uses of Interface
math.geom2d.curve.Domain2D

Packages that use Domain2D
math.geom2d Planar geometry toolbox. 
math.geom2d.conic Conic curves like circles, ellipses, parabolas and hyperbolas Contains definition of various conic curves. 
math.geom2d.curve Curves interface hierarchy, and implementations of curve sets and various poly-curves. 
math.geom2d.polygon Domains of the plane whose boundary is straight, like polygons, half-plane, wedge... 
 

Uses of Domain2D in math.geom2d
 

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

Uses of Domain2D in math.geom2d.conic
 

Classes in math.geom2d.conic that implement Domain2D
 class Disc2D
          A domain of the plane whose boundary is a circle.
 

Uses of Domain2D in math.geom2d.curve
 

Classes in math.geom2d.curve that implement Domain2D
 class GenericDomain2D
          A domain defined from its boundary.
 

Uses of Domain2D in math.geom2d.polygon
 

Subinterfaces of Domain2D in math.geom2d.polygon
 interface PolygonalShape2D
          Represent any class made of a finite set of simply connected edges.
 

Classes in math.geom2d.polygon that implement Domain2D
 class HalfPlane2D
          a Half-plane, delimited by a straight line.
 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.