Phaser API Documentation

  Version: 

Member of: Phaser.Math.Matrix3

translate(v)

Description:

Translate this Matrix using the given Vector.

Parameters:

name type description
v Phaser.Math.Vector2 | Phaser.Math.Vector3 | Phaser.Math.Vector4

The Vector to translate this Matrix with.

Returns:
Description:

This Matrix3.

Since: 3.0.0
Source: src/math/Matrix3.js (Line 373)