Phaser API Documentation

  Version: 

Member of: Phaser.Math.Vector3

cross(v)

Description:

Calculate the cross (vector) product of this Vector (which will be modified) and the given Vector.

Parameters:

name type description
v Phaser.Math.Vector3

The Vector to cross product with.

Returns:
Description:

This Vector3.

Since: 3.0.0
Source: src/math/Vector3.js (Line 597)