Phaser API Documentation

  Version: 

Member of: Phaser.Math.Matrix4

translate(v)

Description:

Translate this Matrix using the given Vector.

Parameters:

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

The Vector to translate this Matrix with.

Returns:
Description:

This Matrix4.

Since: 3.0.0
Source: src/math/Matrix4.js (Line 724)