PathBuilder.addCircle

Adds a circle with the center and radius.

The path is going around the circle in clockwise direction.

If radius is zero, the contour will be a closed point.

class PathBuilder
void
addCircle

Parameters

center graphene.point.Point

the center of the circle

radius float

the radius of the circle