Okay guys, I need a favor.
I'm trying to wrap my head around some Bezier math and I can't find any reference to anything I need.
So, suppose I have a set of coordinates:
(x,y)
0,90
1,90
2,90
3,45
8,30
15,15
16,0
When charted and interpolated linearly the chart looks something like this.
Now, I want to do something like smoothing approximation - Something that would look like this.
Now, What I need to do is grab the Y-coordinate of a point on that interpolation when the X-coordinate is known.