Phaser API Documentation

  Version: 
applyMatrix3(mat3)

Description:

Takes a Matrix3 and applies it to this Vector3.

Parameters:

name type description
mat3 Phaser.Math.Matrix3

The Matrix3 to apply to this Vector3.

Returns:
Description:

This Vector3.

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