BBMOD_Quaternion.SlerpSelf

A function defined in BBMOD_Quaternion.gml

SlerpSelf(_q, _s)

Description

Computes a spherical linear interpolation of two quaternions and stores the result into self.

Arguments

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

Returns

Struct.BBMOD_Quaternion Returns self.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on July 03, 2024 using GMDoc.