Hi, all!
A simple question - I have 2 Rects
for example
Rect r1(-500, -500, 500, 500);
Rect r2(-500, -100, 300, 5);
and I need to check if these are intersecting. How to do that in most effective way in AngelScript?
I need it for quadtree implementation.