add_circle


Description:

public void add_circle (Point center, float radius)

Adds a circle as a new contour.

The path is going around the circle in clockwise direction.

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

Parameters:

this

a path builder

center

the center of the circle

radius

the radius of the circle