Phaser API Documentation

  Version: 

Member of: Phaser.Math.Vector3

applyMatrix4(mat4)

Description:

Takes a Matrix4 and applies it to this Vector3.

Parameters:

name type description
mat4 Phaser.Math.Matrix4

The Matrix4 to apply to this Vector3.

Returns:
Description:

This Vector3.

Since: 3.50.0
Source: src/math/Vector3.js (Line 675)