Uses of Package
math.geom2d.curve

Packages that use math.geom2d.curve
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. 
 

Classes in math.geom2d.curve used by math.geom2d
Boundary2D
          A Boundary2D is the curve which defines the contour of a domain in the plane.
BoundarySet2D
          A BoundarySet2D is a set of continuous oriented curves.
ContinuousBoundary2D
          a continuous boundary is a continuous oriented curve which delimits a planar domain.
ContinuousOrientedCurve2D
          Defines a part of the boundary of a planar domain.
Curve2D
          Interface for all linear and pieces smooth curves : polylines, conics, lines ...
CurveSet2D
          A parameterized set of curves.
Domain2D
          Interface for shapes that draws an 'interior' and an 'exterior'.
SmoothCurve2D
          Interface for smooth and continuous curves.
 

Classes in math.geom2d.curve used by math.geom2d.conic
Boundary2D
          A Boundary2D is the curve which defines the contour of a domain in the plane.
BoundarySet2D
          A BoundarySet2D is a set of continuous oriented curves.
ContinuousBoundary2D
          a continuous boundary is a continuous oriented curve which delimits a planar domain.
ContinuousCurve2D
          Interface for all curves which can be drawn with one stroke.
ContinuousOrientedCurve2D
          Defines a part of the boundary of a planar domain.
Curve2D
          Interface for all linear and pieces smooth curves : polylines, conics, lines ...
CurveSet2D
          A parameterized set of curves.
Domain2D
          Interface for shapes that draws an 'interior' and an 'exterior'.
OrientedCurve2D
          An OrientedCurve2D defines an 'inside' and an 'outside'.
SmoothCurve2D
          Interface for smooth and continuous curves.
SmoothOrientedCurve2D
           
 

Classes in math.geom2d.curve used by math.geom2d.curve
Boundary2D
          A Boundary2D is the curve which defines the contour of a domain in the plane.
BoundaryPolyCurve2D
          A single continuous oriented curve, which defines the boundary of a planar domain.
BoundarySet2D
          A BoundarySet2D is a set of continuous oriented curves.
ContinuousBoundary2D
          a continuous boundary is a continuous oriented curve which delimits a planar domain.
ContinuousCurve2D
          Interface for all curves which can be drawn with one stroke.
ContinuousOrientedCurve2D
          Defines a part of the boundary of a planar domain.
Curve2D
          Interface for all linear and pieces smooth curves : polylines, conics, lines ...
CurveSet2D
          A parameterized set of curves.
Domain2D
          Interface for shapes that draws an 'interior' and an 'exterior'.
GenericDomain2D
          A domain defined from its boundary.
OrientedCurve2D
          An OrientedCurve2D defines an 'inside' and an 'outside'.
PolyCurve2D
          A PolyCurve2D is a set of piecewise smooth curve arcs, such that the end of a curve is the beginning of the next curve, and such that they do not intersect nor self-intersect.
PolyOrientedCurve2D
          A PolyOrientedCurve2D is a set of piecewise smooth curve arcs, such that the end of a curve is the beginning of the next curve, and such that they do not intersect nor self-intersect.
SmoothCurve2D
          Interface for smooth and continuous curves.
SmoothOrientedCurve2D
           
 

Classes in math.geom2d.curve used by math.geom2d.line
Boundary2D
          A Boundary2D is the curve which defines the contour of a domain in the plane.
ContinuousBoundary2D
          a continuous boundary is a continuous oriented curve which delimits a planar domain.
ContinuousCurve2D
          Interface for all curves which can be drawn with one stroke.
ContinuousOrientedCurve2D
          Defines a part of the boundary of a planar domain.
Curve2D
          Interface for all linear and pieces smooth curves : polylines, conics, lines ...
CurveSet2D
          A parameterized set of curves.
OrientedCurve2D
          An OrientedCurve2D defines an 'inside' and an 'outside'.
SmoothCurve2D
          Interface for smooth and continuous curves.
SmoothOrientedCurve2D
           
 

Classes in math.geom2d.curve used by math.geom2d.polygon
Boundary2D
          A Boundary2D is the curve which defines the contour of a domain in the plane.
BoundarySet2D
          A BoundarySet2D is a set of continuous oriented curves.
Domain2D
          Interface for shapes that draws an 'interior' and an 'exterior'.
 

Classes in math.geom2d.curve used by math.geom2d.spline
ContinuousCurve2D
          Interface for all curves which can be drawn with one stroke.
ContinuousOrientedCurve2D
          Defines a part of the boundary of a planar domain.
Curve2D
          Interface for all linear and pieces smooth curves : polylines, conics, lines ...
CurveSet2D
          A parameterized set of curves.
OrientedCurve2D
          An OrientedCurve2D defines an 'inside' and an 'outside'.
PolyCurve2D
          A PolyCurve2D is a set of piecewise smooth curve arcs, such that the end of a curve is the beginning of the next curve, and such that they do not intersect nor self-intersect.
SmoothCurve2D
          Interface for smooth and continuous curves.