Page.arc

Appends a circle arc to the current path.

class Page
arc
(
float x
,
float y
,
float ray
,
float ang1
,
float ang2
)

Parameters

x float

X coordinate of center point of the circle.

y float

Y coordinate of center point of the circle.

ray float

The radius of the circle.

ang1 float

The angle of the begining of the arc.

ang2 float

The angle of the end of the arc. It must be greater than ang1.

Graphics Mode
Before
GMode.pageDescription or GMode.pathObject
After
GMode.pathObject

Meta