Represents a Bezier curve of arbitrary dimension and order. More...
#include <parametric-curves/bezier_curve.h>
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.