Phaser API Documentation

  Version: 

Member of: Phaser.Math.Matrix3

fromMat4(m)

Description:

Copy the values of a given Matrix4 into this Matrix3.

Parameters:

name type description
m Phaser.Math.Matrix4

The Matrix4 to copy the values from.

Returns:
Description:

This Matrix3.

Since: 3.0.0
Source: src/math/Matrix3.js (Line 108)