Function slerp
Parameters
- out: quat
the receiving quaternion
- a: ReadonlyQuat
the first operand
- b: ReadonlyQuat
the second operand
- t: number
interpolation amount, in the range [0-1], between the two inputs
Returns quat
out
- out: quat
Was this helpful?
the receiving quaternion
the first operand
the second operand
interpolation amount, in the range [0-1], between the two inputs
out
Performs a spherical linear interpolation between two quat