返回介绍

Vector3.SlerpUnclamped 非钳制球形插值

发布于 2019-12-18 15:38:44 字数 1064 浏览 1460 评论 0 收藏 0

JavaScript => public static function SlerpUnclamped(a: Vector3, b: Vector3, t: float): Vector3;
C# => public static Vector3 SlerpUnclamped(Vector3 a, Vector3 b, float t);

Description 描述

Spherically interpolates between two vectors.

在两个向量之间球形插值。改插值t在小于0或大于1时的返回值不会被限制。

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.

通过t数值在a和b之间插值。这与线性内插之间的不同(lerp)是该向量被视为方向而不是空间中的点。返回的向量的方向是由角内插,向量的长度是from和to的长度之间进行内插。

See Also: Slerp.

Vector3

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文