Class: Circle

Circle

FM.Circle

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.
Author:
  • Simon Chauvin
Source:

Members

radius :int

Radius.
Type:
  • int
Source:

x :int

x position.
Type:
  • int
Source:

y :int

y position.
Type:
  • int
Source:

Methods

destroy()

Destroy the circle and its objects.
Source: