Phaser API Documentation

  Version: 
slerp(b, t)

Description:

Smoothly linearly interpolate this Quaternion towards the given Quaternion or Vector.

Parameters:

name type description
b Phaser.Math.Quaternion | Phaser.Math.Vector4

The Quaternion or Vector to interpolate towards.

t number

The percentage of interpolation.

Returns:
Description:

This Quaternion.

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