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

Descripción

Interpola esféricamente entre dos vectores.

Interpolates between a and b by amount t. The difference between this and linear interpolation (aka, "lerp") is that the vectors are treated as directions rather than points in space. The direction of the returned vector is interpolated by the angle and its magnitude is interpolated between the magnitudes of from and to.

Note: This static method can slerp beyond the a and b vectors. This means t can be less than zero or greater than one.

See Also: Slerp.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961