BezierCurve Class Reference

Represents a Bezier curve of arbitrary dimension and order. More...

#include <curves/bezier_curve.h>

Detailed Description

Represents a Bezier curve of arbitrary dimension and order.

For degree lesser than 4, the evaluation is analitycal. Otherwise the bernstein polynoms are used to evaluate the spline at a given location.