How to identify four sided polygon (not rectangle) collision detection?
Posted
by Chandan Shetty SP
on Stack Overflow
See other posts from Stack Overflow
or by Chandan Shetty SP
Published on 2010-04-14T07:06:30Z
Indexed on
2010/04/14
7:13 UTC
Read the original article
Hit count: 279
I am developing 2D game for iPhone, for that I need to handle collision detection.
My need is: I have two polygons, each is a four-sided polygon (not a rectangle), I need to check whether they are collided or not.
© Stack Overflow or respective owner