有没有适用于 iPhone 的免费多边形库?

发布于 2024-08-11 19:17:46 字数 52 浏览 5 评论 0原文

我需要一个可以管理多边形建模和旋转和平移等基本变换的库。我宁愿不从头开始重新开发一切 谢谢

I need a library that can manage polygon modeling and basic transformation like rotating and translating. I'd rather not redevelop everything from scratch
Thanks

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

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

发布评论

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

评论(2

梦途 2024-08-18 19:17:46

CGPath和CGAffineTransform有什么问题吗?您可以使用 CGPathApply 从转换后的路径中取回数据。

Is there anything wrong with CGPath and CGAffineTransform? You can use CGPathApply to get data back out of transformed paths.

缱倦旧时光 2024-08-18 19:17:46

回答我自己的问题。
另一种方法是使用开源物理引擎。我只需要 2D 到 Box2D,而 Chipmunk 是一些候选者,尽管这有点矫枉过正,因为我只需要多边形操作而不是物理

Answering my own question.
Another way would be to use an open source physic engine. I only need 2D to Box2D and Chipmunk are some candidate though it's a bit overkill as I only need the polygon manipulation stuff and not the physics

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