public static Quaternion SlerpUnclamped (Quaternion a, Quaternion b, float t);

Description

Spherically interpolates between a and b by t. The parameter t is not clamped.

See Also: LerpUnclamped, Slerp.