openFrameworks addon for generating interpolated points on a curve based on a set of control points.
Currently it can generate Beziers, B-Splines and Catmull-Rom Splines. All of them are cubic.
These need to be fed a vector<glm::vec3>
of control points and the number of points must be 3n + 1
in number.