Back to FabImage Library website
You are here: Start » Function Reference » Geometry 2D » Geometry 2D Intersections » TestRectangleIntersectsWith
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Tests if two rectangles intersect.
Syntax
C++
C#
void fil::TestRectangleIntersectsWith ( const fil::Rectangle2D& inRectangle, const fil::Rectangle2D& inReferenceRectangle, bool& outRectanglesIntersect )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inRectangle | const Rectangle2D& | ||
![]() |
inReferenceRectangle | const Rectangle2D& | ||
![]() |
outRectanglesIntersect | bool& |