Performs a linear interpolation between two quat's
the receiving quaternion
the first operand
the second operand
interpolation amount, in the range [0-1], between the two inputs
out
Performs a linear interpolation between two vec4's
the receiving vector
Performs a linear interpolation between two quat's
Param: out
the receiving quaternion
Param: a
the first operand
Param: b
the second operand
Param: t
interpolation amount, in the range [0-1], between the two inputs
Returns
out