new Circle(pX, pY, pRadius)
Circle object.
Parameters:
Name | Type | Description |
---|---|---|
pX |
int | X position of the circle. |
pY |
int | Y position of the circle. |
pRadius |
int | Radius of the circle. |
Members
-
radius :int
-
Radius.
Type:
- int
-
x :int
-
x position.
Type:
- int
-
y :int
-
y position.
Type:
- int