ixfx
    Preparing search index...

    Function fromCircle

    • Returns an arc based on a circle using start and end angles. If you don't have the end angle, but rather the size of the arc, use fromCircleAmount

      Parameters

      • circle: CirclePositioned

        Circle

      • startRadian: number

        Start radian

      • endRadian: number

        End radian

      • clockwise: boolean = true

        Whether arc goes in a clockwise direction (default: true)

      Returns ArcPositioned