Function arcSweepFlag

Return 0 if direction of rotation is CCW, 1 if direction of rotation is CW.

  • Parameters

    • Optionalx1,: Vec2

      x, y coordinates of the circle/ellipse that the arc is drawn on

    • start: Vec2

      start point of the arc

    • end: Vec2

      end point of the arc

    Returns Num

    0 or 1 depending on CCW or CW rotation