[OT]Algoritmo Intersección Rectangulos

04/12/2003 - 20:28 por Gandalf | Informe spam
Hola, a ver si alguien conoce o tiene a mano dicho algoritmo.

Un Saludo.
 

Leer las respuestas

#1 KAKATUO
04/12/2003 - 21:51 | Informe spam
Hasta que piense una respuesta mas elegante ...

BOOL IntersectRect(
LPRECT lprcDst, // pointer to structure for intersection
CONST RECT *lprcSrc1, // pointer to structure with first rectangle
CONST RECT *lprcSrc2 // pointer to structure with second rectangle
);

Saludos.

"Gandalf" escribió en el mensaje
news:
Hola, a ver si alguien conoce o tiene a mano dicho algoritmo.

Un Saludo.


Preguntas similares