creating spline thru n points (c/c++)
-
:( Hi, can somebody plse tell me how do i create a spline thru n points.In my problem, i had 3d points scattered all over the space, i projected them on a plane.I am supposed to join these points with a curve and for that i have to create a spline using c/c++ program.Can anyone help me out in this.Plse do let me know.Thnx in advance.
-
:( Hi, can somebody plse tell me how do i create a spline thru n points.In my problem, i had 3d points scattered all over the space, i projected them on a plane.I am supposed to join these points with a curve and for that i have to create a spline using c/c++ program.Can anyone help me out in this.Plse do let me know.Thnx in advance.
Natural cubic splines or clamped, check the implementation at http://www.as.ysu.edu/~faires/Numerical-Analysis/DiskMaterial/programs/C/[^] Algo 3.4 and 3.5 any numerical analysis book with interpolation section might help. Of course, due to the nature of the curve, the curve passes directly through the provided points. Bekir.
-
Natural cubic splines or clamped, check the implementation at http://www.as.ysu.edu/~faires/Numerical-Analysis/DiskMaterial/programs/C/[^] Algo 3.4 and 3.5 any numerical analysis book with interpolation section might help. Of course, due to the nature of the curve, the curve passes directly through the provided points. Bekir.