Class: Circle

PhSim.Static. Circle


new Circle()

Constructor for the minimal requirements for a Circle.

Source:

Members


cycle :Number

Angle of the circle

Type:
  • Number
Source:

radius :Number

Radius of the circle

Type:
  • Number
Source:

shape :Boolean

Boolean indicating a circle

Type:
  • Boolean
Source:

x :Number

x-coordinate of the center

Type:
  • Number
Source:

y :Number

y-coordinate of the center

Type:
  • Number
Source: