Uses of Package
math.geom2d.line

Packages that use math.geom2d.line
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.line used by math.geom2d
LineSegment2D
          Straight Edge defined by two points.
StraightLine2D
          Representation of straigth lines.
StraightObject2D
          Base class for straight curves, such as straight lines, rays, or edges.
 

Classes in math.geom2d.line used by math.geom2d.conic
Polyline2D
          A polyline is a continuous curve where each piece of the curve is a LineSegment2D.
StraightObject2D
          Base class for straight curves, such as straight lines, rays, or edges.
 

Classes in math.geom2d.line used by math.geom2d.curve
Polyline2D
          A polyline is a continuous curve where each piece of the curve is a LineSegment2D.
StraightObject2D
          Base class for straight curves, such as straight lines, rays, or edges.
 

Classes in math.geom2d.line used by math.geom2d.line
ClosedPolyline2D
          Extends Polyline2D, by considering the last point is connected to the first one.
LineArc2D
          LineArc2D is a generic class to represent edges, straight lines, and rays.
LineObject2D
          Straight Object defined from 2 points.
LineSegment2D
          Straight Edge defined by two points.
Polyline2D
          A polyline is a continuous curve where each piece of the curve is a LineSegment2D.
StraightLine2D
          Representation of straigth lines.
StraightObject2D
          Base class for straight curves, such as straight lines, rays, or edges.
 

Classes in math.geom2d.line used by math.geom2d.polygon
ClosedPolyline2D
          Extends Polyline2D, by considering the last point is connected to the first one.
LineSegment2D
          Straight Edge defined by two points.
StraightLine2D
          Representation of straigth lines.
StraightObject2D
          Base class for straight curves, such as straight lines, rays, or edges.
 

Classes in math.geom2d.line used by math.geom2d.spline
Polyline2D
          A polyline is a continuous curve where each piece of the curve is a LineSegment2D.
StraightObject2D
          Base class for straight curves, such as straight lines, rays, or edges.
 

Classes in math.geom2d.line used by math.geom2d.transform
StraightLine2D
          Representation of straigth lines.
StraightObject2D
          Base class for straight curves, such as straight lines, rays, or edges.