Phaser API Documentation

  Version: 

Member of: Phaser.Math.Vector2

transformMat3(mat)

Description:

Transform this Vector with the given Matrix.

Parameters:

name type description
mat Phaser.Math.Matrix3

The Matrix3 to transform this Vector2 with.

Returns:
Description:

This Vector2.

Since: 3.0.0
Source: src/math/Vector2.js (Line 564)