Phaser API Documentation

  Version: 

Member of: Phaser.Math.Vector3

transformMat4(mat)

Description:

Transform this Vector with the given Matrix4.

Parameters:

name type description
mat Phaser.Math.Matrix4

The Matrix4 to transform this Vector3 with.

Returns:
Description:

This Vector3.

Since: 3.0.0
Source: src/math/Vector3.js (Line 725)