Phaser API Documentation

  Version: 

Member of: Phaser.Math.Matrix4

premultiply(m)

Description:

Multiplies the given Matrix4 object with this Matrix.

This is the same as calling multiplyMatrices(m, this).

Parameters:

name type description
m Phaser.Math.Matrix4

The Matrix4 to multiply with this one.

Returns:
Description:

This Matrix4.

Since: 3.50.0
Source: src/math/Matrix4.js (Line 637)