Quaternion.slerp

void slerp(graphene.quaternion.Quaternion b, float factor, out graphene.quaternion.Quaternion res) nothrow

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

Parameters

ba #graphene_quaternion_t
factorthe linear interpolation factor
resreturn location for the interpolated quaternion