Original Post
(this is a follow up on this thread)
If I have a set of points where each point also have a normal, how would I interpolate between them to generate a spline (without any kind of control points) that go through each point? What I want is to to be able get the position of a point and its normal over the entire spline. Also, will I need to generate one huge spline (with possibly hundred of points) or will it still fit together if I divide it into shorter splines with say like, 2-5 points per spline? I''ve found this but I''m not sure if that''s what I should use.
Any suggestions, formulas, source code, links or thoughts on this would be great.