Phaser API Documentation

  Version: 

Member of: Phaser.Math

<static> TAU: number

Description:

The value of PI * 0.5.

Yes, we understand that this should actually be PI * 2, but it has been like this for so long we can't change it now. If you need PI * 2, use the PI2 constant instead.

Type:
number
Since: 3.0.0
Source: src/math/const.js (Line 18)