Uses of Package
math.geom2d.line

Packages that use math.geom2d.line
math.geom2d Planar geometry toolbox. 
math.geom2d.circulinear.buffer Computation of buffer for circulinear shapes. 
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.grid Infinite grids with various geometries (square, triangle). 
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.spline Bezier curves, and more generally polynomial curves. 
math.geom3d.line Spatial geometry toolbox. 
 

Classes in math.geom2d.line used by math.geom2d
LinearShape2D
          A curve that can be inscribed in a straight line, like a ray, a straight line, or a line segment.
StraightLine2D
          Implementation of a straight line.
 

Classes in math.geom2d.line used by math.geom2d.circulinear.buffer
LineSegment2D
          Line segment, defined as the set of points located between the two end points.
 

Classes in math.geom2d.line used by math.geom2d.conic
LinearShape2D
          A curve that can be inscribed in a straight line, like a ray, a straight line, or a line segment.
StraightLine2D
          Implementation of a straight line.
 

Classes in math.geom2d.line used by math.geom2d.curve
LinearShape2D
          A curve that can be inscribed in a straight line, like a ray, a straight line, or a line segment.
StraightLine2D
          Implementation of a straight line.
 

Classes in math.geom2d.line used by math.geom2d.grid
LineSegment2D
          Line segment, defined as the set of points located between the two end points.
 

Classes in math.geom2d.line used by math.geom2d.line
AbstractLine2D
           Base class for straight curves, such as straight lines, rays, or edges.
InvertedRay2D
          Inverted ray is defined from an origin and a direction vector.
Line2D
          Line object defined from 2 points.
LineArc2D
          LineArc2D is a generic class to represent edges, straight lines, and rays.
LinearElement2D
          A continuous linear shape, like a straight line, a line segment or a ray.
LinearShape2D
          A curve that can be inscribed in a straight line, like a ray, a straight line, or a line segment.
LineSegment2D
          Line segment, defined as the set of points located between the two end points.
Ray2D
          Ray, or half-line, defined from an origin and a direction vector.
StraightLine2D
          Implementation of a straight line.
 

Classes in math.geom2d.line used by math.geom2d.polygon
LinearShape2D
          A curve that can be inscribed in a straight line, like a ray, a straight line, or a line segment.
LineSegment2D
          Line segment, defined as the set of points located between the two end points.
 

Classes in math.geom2d.line used by math.geom2d.spline
LinearShape2D
          A curve that can be inscribed in a straight line, like a ray, a straight line, or a line segment.
 

Classes in math.geom2d.line used by math.geom3d.line
StraightLine2D
          Implementation of a straight line.