Phaser API Documentation

  Version: 

Member of: Phaser.Geom.Circle

<static> Area(circle)

Description:

Calculates the area of the circle.

Parameters:

name type description
circle Phaser.Geom.Circle

The Circle to get the area of.

Returns:
Description:

The area of the Circle.

Type:
  • number
Since: 3.0.0
Source: src/geom/circle/Area.js (Line 7)