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

설명

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

See Also: LerpUnclamped, Slerp.