Phaser API Documentation

  Version: 

Member of: Phaser.Math.Matrix4

yawPitchRoll(yaw, pitch, roll)

Description:

Set the values of this matrix from the given yaw, pitch and roll values.

Parameters:

name type description
yaw number

The yaw value.

pitch number

The pitch value.

roll number

The roll value.

Returns:
Description:

This Matrix4.

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