I've used the code avaiable at this link to implement the Cubic Spline Interpolation:
http://www.codeproject.com/Articles/560163/Csharp-Cubic-Spline-Interpolation
For each point in the spline I need to find the spline normal at that point. Does anyone known how to get the normal at the spline at a given point P(x_0,y_0)? Thank you