Phaser API Documentation

  Version: 

Member of: Phaser.Math.Matrix4

multiply(src)

Description:

Multiply this Matrix by the given Matrix.

Parameters:

name type description
src Phaser.Math.Matrix4

The Matrix to multiply this Matrix by.

Returns:
Description:

This Matrix4.

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