Performs linear interpolation on two quaternions. Given quaternions a and b and interpolation coefficient t, returns a + t * (b - a).
Operand quaternion.
Interpolation coefficient.
Optional
quaternion to hold result. If not passed in a new one is created.
The linear interpolated result.
Performs linear interpolation on two quaternions. Given quaternions a and b and interpolation coefficient t, returns a + t * (b - a).