Uses of Package
math.geom2d

Packages that use math.geom2d
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.line Straight curves : straight lines, line segments, rays, and polylines. 
math.geom2d.polygon Domains of the plane whose boundary is straight, like polygons, half-plane, wedge... 
math.geom2d.spline Bezier curves, and more generally polynomial curves. 
math.geom2d.transform Hieararchy of planar transforms, and implementation of common transforms like rotations, translations, reflections or scalings. 
 

Classes in math.geom2d used by math.geom2d
Box2D
          This class defines bounds of a shape.
Point2D
          A point in the plane defined by its 2 cartesian coordinates x and y.
PointSet2D
          Represent the union of a finite number of Point2D.
Shape2D
          Main interface for all geometric objects, including points, lines, curves, or planar regions...
Vector2D
          Define a vector in 2 Dimensions.
 

Classes in math.geom2d used by math.geom2d.conic
Box2D
          This class defines bounds of a shape.
Point2D
          A point in the plane defined by its 2 cartesian coordinates x and y.
Shape2D
          Main interface for all geometric objects, including points, lines, curves, or planar regions...
Vector2D
          Define a vector in 2 Dimensions.
 

Classes in math.geom2d used by math.geom2d.curve
Box2D
          This class defines bounds of a shape.
Point2D
          A point in the plane defined by its 2 cartesian coordinates x and y.
Shape2D
          Main interface for all geometric objects, including points, lines, curves, or planar regions...
Vector2D
          Define a vector in 2 Dimensions.
 

Classes in math.geom2d used by math.geom2d.line
Box2D
          This class defines bounds of a shape.
Point2D
          A point in the plane defined by its 2 cartesian coordinates x and y.
Shape2D
          Main interface for all geometric objects, including points, lines, curves, or planar regions...
Vector2D
          Define a vector in 2 Dimensions.
 

Classes in math.geom2d used by math.geom2d.polygon
Box2D
          This class defines bounds of a shape.
Point2D
          A point in the plane defined by its 2 cartesian coordinates x and y.
Shape2D
          Main interface for all geometric objects, including points, lines, curves, or planar regions...
 

Classes in math.geom2d used by math.geom2d.spline
Box2D
          This class defines bounds of a shape.
Point2D
          A point in the plane defined by its 2 cartesian coordinates x and y.
Shape2D
          Main interface for all geometric objects, including points, lines, curves, or planar regions...
Vector2D
          Define a vector in 2 Dimensions.
 

Classes in math.geom2d used by math.geom2d.transform
Point2D
          A point in the plane defined by its 2 cartesian coordinates x and y.
Shape2D
          Main interface for all geometric objects, including points, lines, curves, or planar regions...
Vector2D
          Define a vector in 2 Dimensions.