PathBuilder.addCircle

void addCircle(graphene.point.Point center, float radius)

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.

Parameters

centerthe center of the circle
radiusthe radius of the circle