Function repeatedArcs

Generate multiple concentric arcs. Useful for denoting equal angles.

  • Parameters

    • innerStart: Vec2

      coordinate to start drawing the inner arc

    • innerEnd: Vec2

      coordinate to end the inner arc

    • outerStart: Vec2

      coordinate to start drawing the outer arc

    • outerEnd: Vec2

      coordinate to end the outer arc

    • innerRadius: Vec2

      radii of the ellipse to draw the inner arc along (width, height)

    • repeat: number

      number of times to repeat the arc

    • spacing: Num

      spacing between arcs

    • arcSweep: Num

      arc length to sweep

    Returns PathData

    Path data for repeated arcs