Phaser API Documentation

  Version: 

Member of: Phaser.Math.Vector4

transformMat4(mat)

Description:

Transform this Vector with the given Matrix.

Parameters:

name type description
mat Phaser.Math.Matrix4

The Matrix4 to transform this Vector4 with.

Returns:
Description:

This Vector4.

Since: 3.0.0
Source: src/math/Vector4.js (Line 447)