Uses of Package
math.geom2d.line

Packages that use math.geom2d.line
math.geom2d Planar geometry toolbox. 
math.geom2d.conic Definition of various conic curves like circles, ellipses, parabolas and hyperbolas, and their resepctive arcs. 
math.geom2d.curve Curves interface hierarchy, and implementations of curve sets and various poly-curves. 
math.geom2d.grid Infinite grids with various geometries. 
math.geom2d.line Implementations of 'linear shapes', i.e. 
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. 
 

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

Classes in math.geom2d.line used by math.geom2d.conic
LinearShape2D
          A curve that can be inscribed in a straight line, line 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, line 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.
ClosedPolyline2D
          Deprecated. use math.geom2d.polygon.Ring2D instead (0.7.0)
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.
LinearShape2D
          A curve that can be inscribed in a straight line, line a ray, a straight line, or a line segment.
LineSegment2D
          Line segment, defined as the set of points located between the two end points.
Polyline2D
          Deprecated. use math.geom2d.polygon.Polyline2D instead (0.7.0)
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, line 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, line a ray, a straight line, or a line segment.
 



Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.