Page 2 of 2

Re: Help with Collision

Posted: Mon Aug 23, 2010 10:25 pm
by Ginto8
wearymemory 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.
oops. Should've made the >'s >='s :lol: