Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#

Quaternion.SlerpUnclamped

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.

Did you find this page useful? Please give it a rating: