enum
InterpolationMode
UniformB
= 0
An Uniform-B spline is used for interpolation.
Remarks:
The interpolated curve approximates the data points; its first and second derivatives are continuous.
CatmullRom
= 1
A Catmull-Rom spline is used for interpolation.
The interpolated curve touches all data points; its first derivative is continuous.