Create a circle using a Catmull-Rom Spline
Posted
by Homeliss
on Stack Overflow
See other posts from Stack Overflow
or by Homeliss
Published on 2010-05-15T01:54:16Z
Indexed on
2010/05/15
2:04 UTC
Read the original article
Hit count: 366
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?
© Stack Overflow or respective owner