set_point


Description:

public void set_point (int index, int x, int y)

Change a point on the circle

index Description
0 The center point of the circle
1 A point on the circumference of the circle
2 The point at the end of the sweep

Parameters:

index

The index of the point

x

The new x coordinate for the point

y

The new y coordinate for the point