BBMOD_Quaternion.Slerp

A function defined in BBMOD_Quaternion.gml

Slerp(_q, _s)

Description

Computes a spherical linear interpolation of two quaternions and returns the result as a new quaternion.

Arguments

Name Type Description
_q Struct.BBMOD_Quaternion The other quaternion.
_s Real The interpolation factor.

Returns

Struct.BBMOD_Quaternion The created quaternion.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.