Version: 2017.2

Quaternion.SlerpUnclamped

Switch to Manual
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.