All Classes Namespaces Files Functions Variables Typedefs
BezierCurve Class Reference

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

#include <parametric-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.