| 
    Aikido
    
   | 
 
A class representing multi-dimensional spline curves. More...
#include <aikido/common/BSpline.hpp>
A class representing multi-dimensional spline curves.
The class represents B-splines with non-uniform knot vectors. Each control point of the B-spline is associated with a basis function
| _Scalar | The underlying data type (typically float or double) | 
| _Dim | The curve dimension (e.g. 2 or 3) | 
| _Degree | Per default set to Dynamic; could be set to the actual desired degree for optimization purposes (would result in stack *allocation of several temporary variables). |