Phaser API Documentation

  Version: 

Member of: Phaser.Math.Matrix4

getInverse(m)

Description:

Copies the given Matrix4 into this Matrix and then inverses it.

Parameters:

name type description
m Phaser.Math.Matrix4

The Matrix4 to invert into this Matrix4.

Returns:
Description:

This Matrix4.

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