如何在Android中绕不同于XY的平面进行旋转?

发布于 2024-12-31 20:55:06 字数 355 浏览 1 评论 0原文

getDefaultDisplay().getRotation()

检索诸如此类的值

Surface_ROTATION_0, 
Surface_ROTATION_90, 
Surface_ROTATION_180, 
Surface_ROTATION_270 

,我猜这是围绕 XY 平面的,对吗?如果我想知道 XZ 平面或 YZ 平面的旋转怎么办?

我想要实现的是,例如,如果我需要计算跑步者是否停止(并且我无法使用 GPS),跑步者可以将手机放在不同的位置,我必须知道哪个轴是与地面平行,以便检查这些值是否有任何减速,而不是手机只是与跑步者一起“跳跃”。

提前致谢。吉列尔莫.

getDefaultDisplay().getRotation()

retrieves values like

Surface_ROTATION_0, 
Surface_ROTATION_90, 
Surface_ROTATION_180, 
Surface_ROTATION_270 

and so on, and that's around XY plane I guess, Am i right? What if I want to know the rotation in the XZ plane or YZ plane?

What I'm trying to achieve is, for example, if I need to calculate if a runner is stopping (and I can't use the GPS) where the runner can have the cellphone in different positions, I must know which axle is the one parallel to the floor in order to check on those values if there is any deceleration and is not that the cellphone is just "jumping" with the runner.

Thanks in advance. Guillermo.

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

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

发布评论

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