旋转圆的问题

发布于 2024-12-04 14:04:03 字数 163 浏览 1 评论 0原文

在此处输入图像描述

我想沿着手指的路径旋转圆圈。 如果我手指移动得更快,那么圆圈旋转得也更快。 如果我慢慢地移动手指,圆圈一定会变慢。 圆的运动也必须平滑。 我怎样才能实现这个? 请给我任何帮助。

enter image description here

I want to rotate circle follows my finger's path.
If I move my finger more fast, then the circle must rotate fast.
If I move my finger slowly, the circle must slow.
Also circle's movement must smooth.
How can I implement this?
Please give me any help.

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

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

发布评论

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

评论(1

梨涡 2024-12-11 14:04:03

如果您使用 UIPanGestureRecognizer,您可以获得识别器的 Velocity 属性,之后您可以在旋转代码(glRotate 或其他)中使用它的值来校正角度。

If you use UIPanGestureRecognizer, you can get Velocity property of recognizer and after it you can use its value in your rotation code (glRotate or smth else) to correct angle.

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