Canvas.arc

Adds an arc to the current path (used to create circles, or parts of circles).

  1. void arc(float x, float y, float radius, float startAngle, float endAngle, bool anticlockwise)
  2. void arc(vec2f center, float radius, float startAngle, float endAngle, bool anticlockwise)
    struct Canvas
    public nothrow @nogc
    void
    arc
    (,
    float radius
    ,,
    float endAngle
    ,
    bool anticlockwise = false
    )

Meta