q5play
    Preparing search index...

    Function bezierVertex

    • 🖌 Specifies a Bezier vertex in a shape.

      Parameters

      • cp1x: number

        x-coordinate of the first control point

      • cp1y: number

        y-coordinate of the first control point

      • cp2x: number

        x-coordinate of the second control point

      • cp2y: number

        y-coordinate of the second control point

      • x: number

        x-coordinate of the anchor point

      • y: number

        y-coordinate of the anchor point

      Returns void