Quaternion.slerp

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

Parameters

b graphene.quaternion.Quaternion

a #graphene_quaternion_t

factor float

the linear interpolation factor

res graphene.quaternion.Quaternion

return location for the interpolated quaternion