- x-point
- y-point
- radius
- starting angle
- ending angle
- direction of the arc x and y point define the center of the circle. Radius is for the distance from the center point and direction can be clockwise (false) or anticlockwise (true). In this example radius is 10 and last argument is clockwise (false). In this example I changed the anticlockwise to true and radius is 50. More info HTML5 Canvas Arc Tutorial
arc() method
During Coding Math lessons context.arc() was used and I didn't know which arguments it used.
Arc is a section of circle and it's defined by: