I have a question regarding formula curving through a control point. As you know, HTML Canvas has quadraticCurveTo(x1, y1, x2, y2) with x1 and x2 b
quadraticCurveTo(x1, y1, x2, y2)
x1 and x2
This is called a Spline. More to the point, it appears that they are using a Bezier Curve.