返回介绍

Quaternion.operator != 不等于

发布于 2019-12-18 15:38:22 字数 798 浏览 1027 评论 0 收藏 0

JavaScript => public static operator !=(lhs: Quaternion, rhs: Quaternion): bool;
C# => public static bool operator !=(Quaternion lhs, Quaternion rhs);

Parameters 参数

Description 描述

Are two quaternions different from each other?

判断两个四元数是否不同?

This function tests whether dot product of two quaternions is less than 1.0.

该函数测试是否来点乘产生的两个四元数小于1.

Note that because quaternions can represent rotations that are up to two full revolutions (720 degrees), this comparison can return true even if resulting rotations look the same.

注意因为四元数可以代表旋转最多两个旋转的转数(720度),这种比较可以返回true,即使产生的旋转看起来一样。

quaternion

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

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

发布评论

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