Phaser API Documentation

  Version: 

Member of: Phaser.Geom.Point

<static> Ceil(point)

Description:

Apply Math.ceil() to each coordinate of the given Point.

Parameters:

name type description
point Phaser.Geom.Point

The Point to ceil.

Returns:
Description:

The Point with Math.ceil() applied to its coordinates.

Since: 3.0.0
Source: src/geom/point/Ceil.js (Line 7)