function
Slerp(_q, _s)
Computes a spherical linear interpolation of two quaternions and returns the result as a new quaternion.
Name | Type | Description |
---|---|---|
_dq | Struct.BBMOD_Quaternion |
The other quaternion. |
_s | Real |
The interpolation factor. |
Struct.BBMOD_Quaternion
The created quaternion.
Copyright © 2022, BlueBurn. Built on May 18, 2022 using GMDoc.