TestRectangleIntersectsWith
Tests if two rectangles intersect.
Syntax
C++
Python
def TestRectangleIntersectsWith( inRectangle: Rectangle2D, inReferenceRectangle: Rectangle2D, / ) -> outRectanglesIntersect: bool
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inRectangle | Rectangle2D | ||
![]() |
inReferenceRectangle | Rectangle2D | ||
![]() |
outRectanglesIntersect | bool |


