slerp

fun slerp(b: Quaternion, factor: Float, res: Quaternion)

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

Since

1.0

Parameters

b

a #graphene_quaternion_t

factor

the linear interpolation factor

res

return location for the interpolated quaternion