Function arc

  • Draw an arc from the last point in the path. c1* and to* are relative to that last point.

    Parameters

    • c1x: number

      Control point

    • c1y: number

      Control point

    • toX: number

      End point

    • toY: number

      End point

    • radius: number

      Arc radius

    • Optionaloptions: ArcOptions

      Arc options

    Returns LinePathlet