Phaser API Documentation

  Version: 

Member of: Phaser.Math.Matrix4

copy(src)

Description:

Copy the values of a given Matrix into this Matrix.

Parameters:

name type description
src Phaser.Math.Matrix4

The Matrix to copy the values from.

Returns:
Description:

This Matrix4.

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