A function defined in BBMOD_Quaternion.gml
Lerp(_q, _s)
Computes a linear interpolation of two quaternions and returns the result as a new quaternion.
Name | Type | Description |
---|---|---|
_q | Struct.BBMOD_Quaternion |
The other quaternion. |
_s | Real |
The interpolation factor. |
Struct.BBMOD_Quaternion
The created quaternion.
Copyright © 2025, BlueBurn. Built on January 04, 2025 using GMDoc.