Phaser API Documentation

  Version: 

Member of: Phaser.Math.Matrix4

multiplyToMat4(src, out)

Description:

Multiplies this Matrix4 by the given src Matrix4 and stores the results in the out Matrix4.

Parameters:

name type description
src Phaser.Math.Matrix4

The Matrix4 to multiply with this one.

out Phaser.Math.Matrix4

The receiving Matrix.

Returns:
Description:

This out Matrix4.

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