[futurebasic] Re: [FB] Intersecting rects

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : September 2003 : Group Archive : Group : All Groups

From: Alain Pastor <apastor@...>
Date: Wed, 24 Sep 2003 22:40:27 +0200

Bernie Wylde wrote:
> Is there a toolbox call to check if two rects intersect?
> 

Yes. SectRect is your pal as Robert would say.

bool = Fn SectRect( r1, r2, resultRect )

Alain