geomerative
index
 
Name createCircle ( )
Examples
None available
Description Use this method to create a new circle polygon.
Syntax
createCircle(x, y, radius, detail);
createCircle(radius, detail);
createCircle(x, y, radius);
createCircle(radius);
Parameters
radius   float, the radius of the circle
detail   int, the number of vertices of the polygon
Returns RPolygon, the circular polygon newly created
Usage Web & Application
Related