hgeRect::Intersect

Tests two bounding boxes for an intersection.

bool Intersect(
  hgeRect *rect
);

Parameters

rect
Pointer to a bounding box to test for intersection with.

Return value

If the bounding boxes have an intersection, returns true. Otherwise returns false.

Requirements

Header: hgerect.h
Import library: hgehelp.lib

See also

TestPoint