|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Alternative to a bezier
Hey there, I'm working with curves at the moment. I've got n-level Beziers working, which are cool. But I was wondering if anyone knew of an algorithm that acts as a smoothing function, i.e. the curve actually passes through all the control points.
|
|
#2
|
|||
|
|||
|
If you want C^2 continuity, then try Cubic B-splines.
|
|
#3
|
|||
|
|||
|
Thanks, I found something called a Catmull-Rom spline, which interpolates B-Splines to a set of points that it passes through
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > Software Design > Alternative to a bezier |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|