Re: Help with Collision
Posted: Mon Aug 23, 2010 10:25 pm
oops. Should've made the >'s >='swearymemory wrote:Ginto8, I believe your function returns true when Rect a is on the right or bottom sides of Rect b, and is at most one pixel away (with no pixels in between), but if Rect a is to the left or top of Rect b, then your function only returns true if the two are intersecting.