Phaser API Documentation

  Version: 

Member of: Phaser.Math.Vector3

transformCoordinates(mat)

Description:

Transforms the coordinates of this Vector3 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 749)