I have a class where you enter control points for a catmull-rom spline, and then it returns a list of points running along the spline.
What points would I need to enter to create a circle?
I have a class where you enter control points for a catmull-rom spline, and then it returns a list of points running along the spline.
What points would I need to enter to create a circle?