Phaser API Documentation

  Version: 

Member of: Phaser.Math.Matrix4

rotateY(rad)

Description:

Rotate this matrix on its Y axis.

Parameters:

name type description
rad number

The angle to rotate by, in radians.

Returns:
Description:

This Matrix4.

Since: 3.0.0
Source: src/math/Matrix4.js (Line 969)