为什么在使用 ROTATION_VECTOR 传感器之前克隆 Android 传感器值?

发布于 2024-12-09 20:00:09 字数 332 浏览 1 评论 0原文

我注意到在一些使用旋转矢量传感器的教程中,在 getRotationMatrix 中使用 mag 和 accel 值之前会对其进行克隆。

例如,这里问题中的代码: 在 Android 2.1 中使用 getRotationMatrix 和 getOrientation

但是,getRotationMatrix 不会t 改变 mag 和 accel 向量。那么克隆它们有什么意义呢?谢谢

I've noticed that in several tutorials for using the rotation vector sensor, the mag and accel values are cloned prior to using them in getRotationMatrix.

For example, the code in the question here:
Using getRotationMatrix and getOrientation in Android 2.1

However, getRotationMatrix doesn't change the mag and accel vectors. Therefore what is the point of cloning them? Thanks

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

廻憶裏菂餘溫 2024-12-16 20:00:09

我认为他们这样做是因为 onSensorChange 可以更改它们的值(它使用相同的变量),所以他们首先复制值。

I think they make that because onSensorChange can change their values (it uses the same variables), so they copy the values first.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文