Uses of Package
math.geom2d.spline

Packages that use math.geom2d.spline
math.geom2d.spline Bezier curves, and more generally polynomial curves. 
 

Classes in math.geom2d.spline used by math.geom2d.spline
CubicBezierCurve2D
          A cubic bezier curve, defined by 4 control points.
PolyCubicBezierCurve2D
          A set of Bezier curves that forms a continuous curve.
QuadBezierCurve2D
          A quadratic Bezier curve, defined by 3 control points.