First time here? Check out the FAQ!
answered 2012-09-29 02:34:48 +0100
Why do you want a spline? Why not a parametric curve? You could cook up a simple parametric curve that passed through those points by modifying a well-known curve like $x(t) = tcos(t), y(t) = tsin(t)$.