Curve

The package provides curves.
Examples
Trace a Bézier curve:
use Linear;
use Trace;
let curve = ;
let points = new.;
assert_eq!;
Approximate a cubic Bézier curve with a sequence of quadratic:
use CrudeIndependentAbsolute;
use Cubic;
use Approximation;
let goodness = new;
let cubic = ;
let quadratics = new.;
assert_eq!;
Contribution
Your contribution is highly appreciated. Do not hesitate to open an issue or a pull request. Note that any contribution submitted for inclusion in the project will be licensed according to the terms given in LICENSE.md.