What's the entry point for this lib?
Closed this issue · 2 comments
motionmonster commented
Hi Campbell,
I hope you are doing well.
I'm trying to figure out how to use this library with a set of 2d points.
Could you please let me know where I should start with this.
Thanks,
Jeremy Bullock (turtletooth)
ideasman42 commented
Check https://github.com/ideasman42/curve-fit-nd/blob/master/c_python_ext/curve_fit_nd_ext.c this calls a curve_fit_*
function that does the fitting.
motionmonster commented
Thank you. With your help and some example code from Blender, I was able to figure it out. Thank you for making this library. It's working nicely!