Package math.geom2d.spline

Bezier curves, and more generally polynomial curves.

See:
          Description

Class Summary
BezierCurve2D An extension of the Bezier curve provided in java.awt.geom, with support for SmoothCurve2D and OrientedCurve2D.
PolyBezierCurve2D A set of bezier curves, making a continuous curve.
 

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.