Explain - Formula to curve through a control point

后端 未结 2 586
天涯浪人
天涯浪人 2020-12-18 02:57

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

2条回答
  •  抹茶落季
    2020-12-18 03:48

    This is called a Spline. More to the point, it appears that they are using a Bezier Curve.

提交回复
热议问题