I intend on moving an object using spline curves, can anyone tell me of any useful article, books or even your own knowledge of this matter?
Spline Curves
Started by C++Learner, Dec 30 2010 01:39 AM
2 replies to this topic
#1
Posted 30 December 2010 - 01:39 AM
#2
Posted 30 December 2010 - 04:35 AM
Read this -> http://en.wikipedia....C3%A9zier_curve
Pay particular attention to the animations midway down that page. You should understand how the curves are generated. There's a parametric formula given to you on that page to generate cubic curves, which is the curve commonly used. You can also combine multiple cubic curves together to form what is called a "Path". This is most useful for when you want to construct complex curves or even geometry. I recommend you use the pen tool in vector software such as Inkscape or Adobe Photoshop to get hands-on experience with curves. You can also use Blender to see how curves can be used to construct geometry.
Pay particular attention to the animations midway down that page. You should understand how the curves are generated. There's a parametric formula given to you on that page to generate cubic curves, which is the curve commonly used. You can also combine multiple cubic curves together to form what is called a "Path". This is most useful for when you want to construct complex curves or even geometry. I recommend you use the pen tool in vector software such as Inkscape or Adobe Photoshop to get hands-on experience with curves. You can also use Blender to see how curves can be used to construct geometry.
http://www.nutty.ca - Being a nut has its advantages.
#3
Posted 30 December 2010 - 05:43 PM
Yes, you should def check out wolfram mathworld: http://mathworld.wol...com/Spline.html. They've got a good explanation.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users












