--- layout: posts title: Api - Arc Class ---
Class for arc path, created from origin point, radius, start angle, and end angle.
The center point of the arc.
The radius of the arc.
The start angle of the arc.
The end angle of the arc.
Class for arc path, created from 2 points, radius, large Arc flag, and clockwise flag.
First end point of the arc.
Second end point of the arc.
The radius of the arc.
Boolean flag to indicate clockwise direction.
Boolean flag to indicate clockwise direction.
Class for arc path, created from 2 points and optional boolean flag indicating clockwise.
First end point of the arc.
Second end point of the arc.
Boolean flag to indicate clockwise direction.
Class for arc path, created from 3 points.
First end point of the arc.
Second end point of the arc.
Second end point of the arc.
Generated using TypeDoc
Class for arc path.