I'm using javascript with RaphaelJS to draw a smooth line through random points in in SVG. Line goes strictly horizontally, without returning back in axis X. Currently, I'm using cubic Bezier curves to ...
This question is very similar to: Quadratic bezier curve: Y coordinate for a given X?. But this one is cubic... I'm using the getBezier function to calculate the Y ...