Phaser API Documentation

  Version: 
setAxes(view, right, up)

Description:

Set the axes of this Quaternion.

Parameters:

name type description
view Phaser.Math.Vector3

The view axis.

right Phaser.Math.Vector3

The right axis.

up Phaser.Math.Vector3

The upwards axis.

Returns:
Description:

This Quaternion.

Since: 3.0.0
Source: src/math/Quaternion.js (Line 464)