Phaser API Documentation

  Version: 
setFromMatrixColumn(mat4, index)

Description:

Sets the components of this Vector3 from the Matrix4 column specified.

Parameters:

name type description
mat4 Phaser.Math.Matrix4

The Matrix4 to get the column from.

index number

The column index.

Returns:
Description:

This Vector3.

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