Quaternion.slerp

Interpolates between the two given quaternions using a spherical linear interpolation, or SLERP, using the given interpolation @factor.

class Quaternion
void
slerp

Parameters

b Quaternion

a #graphene_quaternion_t

factor float

the linear interpolation factor

res Quaternion

return location for the interpolated quaternion

Meta