Phaser API Documentation

  Version: 

Member of: Phaser.Math.Matrix3

normalFromMat4(m)

Description:

Set the values of this Matrix3 to be normalized from the given Matrix4.

Parameters:

name type description
m Phaser.Math.Matrix4

The Matrix4 to normalize the values from.

Returns:
Description:

This Matrix3.

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