Phaser API Documentation

  Version: 

Member of: Phaser.Math.Vector3

crossVectors(a, b)

Description:

Calculate the cross (vector) product of two given Vectors.

Parameters:

name type description
a Phaser.Math.Vector3

The first Vector to multiply.

b Phaser.Math.Vector3

The second Vector to multiply.

Returns:
Description:

This Vector3.

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