Uses of Package
math.geom2d.curve

Packages that use math.geom2d.curve
math.geom2d.circulinear Definition of circulinear shapes and some implementations. 
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.domain Curves interface hierarchy, and implementations of curve sets and various poly-curves. 
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. 
 

Classes in math.geom2d.curve used by math.geom2d.circulinear
ContinuousCurve2D
          Interface for all curves which can be drawn with one stroke.
Curve2D
          Interface for piecewise smooth curves, like polylines, conics, straight lines, line segments...
CurveArray2D
           A parameterized set of curves.
CurveSet2D
           A parameterized set of curves.
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.
 

Classes in math.geom2d.curve used by math.geom2d.conic
AbstractContinuousCurve2D
          Provides a base implementation for smooth curves.
AbstractSmoothCurve2D
          Provides a base implementation for smooth curves.
ContinuousCurve2D
          Interface for all curves which can be drawn with one stroke.
Curve2D
          Interface for piecewise smooth curves, like polylines, conics, straight lines, line segments...
CurveArray2D
           A parameterized set of curves.
CurveSet2D
           A parameterized set of curves.
SmoothCurve2D
          Interface for smooth and continuous curves.
 

Classes in math.geom2d.curve used by math.geom2d.curve
AbstractContinuousCurve2D
          Provides a base implementation for smooth curves.
ContinuousCurve2D
          Interface for all curves which can be drawn with one stroke.
Curve2D
          Interface for piecewise smooth curves, like polylines, conics, straight lines, line segments...
CurveArray2D
           A parameterized set of curves.
CurveSet2D
           A parameterized set of curves.
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.
 

Classes in math.geom2d.curve used by math.geom2d.domain
ContinuousCurve2D
          Interface for all curves which can be drawn with one stroke.
Curve2D
          Interface for piecewise smooth curves, like polylines, conics, straight lines, line segments...
CurveArray2D
           A parameterized set of curves.
CurveSet2D
           A parameterized set of curves.
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.
 

Classes in math.geom2d.curve used by math.geom2d.line
AbstractContinuousCurve2D
          Provides a base implementation for smooth curves.
AbstractSmoothCurve2D
          Provides a base implementation for smooth curves.
ContinuousCurve2D
          Interface for all curves which can be drawn with one stroke.
Curve2D
          Interface for piecewise smooth curves, like polylines, conics, straight lines, line segments...
CurveSet2D
           A parameterized set of curves.
SmoothCurve2D
          Interface for smooth and continuous curves.
 

Classes in math.geom2d.curve used by math.geom2d.polygon
AbstractContinuousCurve2D
          Provides a base implementation for smooth curves.
ContinuousCurve2D
          Interface for all curves which can be drawn with one stroke.
Curve2D
          Interface for piecewise smooth curves, like polylines, conics, straight lines, line segments...
CurveSet2D
           A parameterized set of curves.
 

Classes in math.geom2d.curve used by math.geom2d.spline
AbstractContinuousCurve2D
          Provides a base implementation for smooth curves.
AbstractSmoothCurve2D
          Provides a base implementation for smooth curves.
ContinuousCurve2D
          Interface for all curves which can be drawn with one stroke.
Curve2D
          Interface for piecewise smooth curves, like polylines, conics, straight lines, line segments...
CurveArray2D
           A parameterized set of curves.
CurveSet2D
           A parameterized set of curves.
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.
 



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