Phaser API Documentation

  Version: 

Member of: Phaser.Geom.Ellipse

<static> Area(ellipse)

Description:

Calculates the area of the Ellipse.

Parameters:

name type description
ellipse Phaser.Geom.Ellipse

The Ellipse to get the area of.

Returns:
Description:

The area of the Ellipse.

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