Package math.geom2d.spline

Bezier curves, and more generally polynomial curves.

See:
          Description

Class Summary
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.
 

Package math.geom2d.spline Description

Bezier curves, and more generally polynomial curves.

Cotnains at the moment only the class BezierCurve2D, and the class PolyBezierCurve2D which can be used to create continuous curves composed of several Bezize curves.