Phaser API Documentation

  Version: 

Member of: Phaser.Math.Matrix4

multiplyMatrices(a, b)

Description:

Multiplies the two given Matrix4 objects and stores the results in this Matrix.

Parameters:

name type description
a Phaser.Math.Matrix4

The first Matrix4 to multiply.

b Phaser.Math.Matrix4

The second Matrix4 to multiply.

Returns:
Description:

This Matrix4.

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