Uses of Package
math.geom2d.polygon

Packages that use math.geom2d.polygon
math.geom2d Planar geometry toolbox. 
math.geom2d.conic Definition of various conic curves like circles, ellipses, parabolas and hyperbolas, and their respective arcs. 
math.geom2d.curve Curves interface hierarchy, and implementations of curve sets and various poly-curves. 
math.geom2d.domain Definition of planar domains, and basic implementations. 
math.geom2d.line Implementations of 'linear shapes', i.e. curves which can be embedded into a straight lines, like straight lines, line segments, or rays
math.geom2d.polygon Definitions and implementations of shapes composed several line segments: polylines, rings, polygons. 
math.geom2d.polygon.convhull Convex hull computation. 
math.geom2d.spline Bezier curves, and more generally polynomial curves. 
 

Classes in math.geom2d.polygon used by math.geom2d
Polygon2D
          Represent any class made of a finite set of simply connected edges.
 

Classes in math.geom2d.polygon used by math.geom2d.conic
LinearRing2D
           A LinearRing2D is a Polyline2D whose last point is connected to the first one.
Polyline2D
          A polyline is a continuous curve where each piece of the curve is a LineSegment2D.
 

Classes in math.geom2d.polygon used by math.geom2d.curve
LinearCurve2D
          Abstract class that is the base implementation of Polyline2D and LinearRing2D.
Polyline2D
          A polyline is a continuous curve where each piece of the curve is a LineSegment2D.
 

Classes in math.geom2d.polygon used by math.geom2d.domain
Polygon2D
          Represent any class made of a finite set of simply connected edges.
Polyline2D
          A polyline is a continuous curve where each piece of the curve is a LineSegment2D.
 

Classes in math.geom2d.polygon used by math.geom2d.line
Polyline2D
          A polyline is a continuous curve where each piece of the curve is a LineSegment2D.
 

Classes in math.geom2d.polygon used by math.geom2d.polygon
HRectangle2D
          Deprecated. since 0.11.0
LinearCurve2D
          Abstract class that is the base implementation of Polyline2D and LinearRing2D.
LinearRing2D
           A LinearRing2D is a Polyline2D whose last point is connected to the first one.
MultiPolygon2D
          A polygonal domain whose boundary is composed of several disjoint continuous LinearRing2D.
Polygon2D
          Represent any class made of a finite set of simply connected edges.
Polyline2D
          A polyline is a continuous curve where each piece of the curve is a LineSegment2D.
SimplePolygon2D
          Represent a polygonal domain whose boundary is a single closed polyline.
 

Classes in math.geom2d.polygon used by math.geom2d.polygon.convhull
Polygon2D
          Represent any class made of a finite set of simply connected edges.
 

Classes in math.geom2d.polygon used by math.geom2d.spline
Polyline2D
          A polyline is a continuous curve where each piece of the curve is a LineSegment2D.