Phaser API Documentation

  Version: 

Member of: Phaser.Math.Matrix4

multiplyLocal(src)

Description:

Multiply the values of this Matrix4 by those given in the src argument.

Parameters:

name type description
src Phaser.Math.Matrix4

The source Matrix4 that this Matrix4 is multiplied by.

Returns:
Description:

This Matrix4.

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