A function defined in BBMOD_Quaternion.gml
SlerpSelf(_q, _s)
Computes a spherical linear interpolation of two quaternions and stores the result into self
.
Name | Type | Description |
---|---|---|
_q | Struct.BBMOD_Quaternion |
The other quaternion. |
_s | Real |
The interpolation factor. |
Struct.BBMOD_Quaternion
Returns self
.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.