Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. Which of the following methods adds and connects the point to the cubic bezier curve?

  2. A.

     bezierConnect()

    B.

     bezierCurveTo()

    C.

     Connectbezier()

    D.

     none of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    This method adds a new point P to the subpath and connects it to the current point with a cubic Bezier curve.


Be The First To Comment