Phaser API Documentation

  Version: 

Member of: Phaser.Math.Fuzzy

<static> Ceil(value, [epsilon])

Description:

Calculate the fuzzy ceiling of the given value.

Parameters:

name type arguments Default description
value number

The value.

epsilon number <optional> 0.0001

The epsilon.

Returns:
Description:

The fuzzy ceiling of the value.

Type:
  • number
Since: 3.0.0
Source: src/math/fuzzy/Ceil.js (Line 7)