Understand the B-Spline hierarchy and relationship
masterTinySpline works with a hierarchy of spline types where each type is a specialized version of the one above it. The relationship is defined as follows:
NURBS > BSPLINES > BEZIERS > LINES > POINTS
This means every point can be treated as a line, every line as a Bézier curve, every Bézier curve as a B-Spline, and every B-Spline as a NURBS curve.