Represents a set of cubic hermite splines defining a continuous function \(p(t)\). A hermite cubic spline is a minimal degree polynom interpolating a function in two points \(P_i\) and \(P_{i+1}\) with its tangent \(m_i\) and \(m_{i+1}\).
A hermite cubic spline :
More...
#include <ndcurves/cubic_hermite_spline.h>
Represents a set of cubic hermite splines defining a continuous function \(p(t)\). A hermite cubic spline is a minimal degree polynom interpolating a function in two points \(P_i\) and \(P_{i+1}\) with its tangent \(m_i\) and \(m_{i+1}\).
A hermite cubic spline :