bmoren / p5.collide2D

A collision detection library for 2D geometry in p5.js
Other
582 stars 296 forks source link

Rotating rectangle #22

Closed NAHFE closed 5 years ago

NAHFE commented 5 years ago

How do I detect collision on a rotated rectangle?

bmoren commented 5 years ago

Hi Herman, Thanks for using the library! This isn't really the best place for asking troubleshooting questions, best to keep those on the official p5.js forum and to keep the discussion here to development issues and bugs.

looks like someone has taken a look at this question over on the forum, you can join in on that conversation here: https://discourse.processing.org/t/rotated-polygons-with-collision-detection/10755

good luck!