Function to perform a B-spline interpolation. More...
Namespaces | |
OFELI | |
A namespace to group all library classes, functions, ... | |
Functions | |
void | BSpline (size_t n, size_t t, Vect< Point< real_t > > &control, Vect< Point< real_t > > &output, size_t num_output) |
Function to perform a B-spline interpolation. More... | |
Function to perform a B-spline interpolation.