Android - 设置矩阵旋转后的位图碰撞检测

发布于 2024-09-12 12:44:07 字数 200 浏览 3 评论 0原文

如何在由矩阵旋转的位图上创建碰撞检测代码?

canvas.drawBitmap(mAnimation, mainMatrix, null);

mainMatrix 是从 PathMeasure 派生的,所以我不知道旋转 位图围绕 x=0,y=0 旋转,因此围绕中心的圆将不起作用(或至少太大),

谢谢

How do I create code for collision detection on a bitmap rotated by a matrix?

canvas.drawBitmap(mAnimation, mainMatrix, null);

mainMatrix is derived from a PathMeasure so i do not know the rotation
The bitmap is rotated around x=0,y=0 and thus a circle around the centre will not work (or at least be too big)

thanks

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

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

发布评论

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

评论(1

单挑你×的.吻 2024-09-19 12:44:08

Matrix 有一个映射点和矩形的方法,您可以使用它来知道转换的结果。

Matrix has a method to map points and rectangles, you could use that to know the result of the transformation.

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