Circle

Circle

A circular shape.

Constructor

new Circle(radius)

Source:
Parameters:
Name Type Description
radius number

Extends

Classes

Circle

Members

angle :number

Source:
Overrides:
Type:
  • number

geometry :Geometry

Description:
  • Keeps the original normals and vertices of this shape
Source:
Overrides:
Keeps the original normals and vertices of this shape
Type:

(readonly) type :number

Description:
  • Used to determine what type of shape this is.
Source:
Overrides:
Used to determine what type of shape this is.
Type:
  • number

vertices :Array.<Vector2>

Description:
  • The vertices describing the shape.
Source:
Overrides:
The vertices describing the shape.
Type: