Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ポリゴン モデリングと、回転や平行移動などの基本的な変換を管理できるライブラリが必要です。すべてをゼロから再開発したくありません ありがとう
CGPath と CGAffineTransform に問題はありますか? CGPathApply を使用して、変換されたパスからデータを取得できます。
私自身の質問に答えます。別の方法は、オープンソースの物理エンジンを使用することです。必要なのは2DからBox2Dだけで、Chipmunkは候補ですが、物理学ではなくポリゴン操作のものだけが必要なので、少しやり過ぎです。