如何在Android中绕不同于XY的平面进行旋转?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论