Version: 2023.2
언어: 한국어
public static Quaternion LerpUnclamped (Quaternion a, Quaternion b, float t);

설명

Interpolates between a and b by t and normalizes the result afterwards. The parameter t is not clamped.

This is faster than Slerp but looks worse if the rotations are far apart.

Additional resources: Lerp, SlerpUnclamped.