TestRectangleIntersectsWith


Tests if two rectangles intersect.

Syntax

C++
Python
 
def TestRectangleIntersectsWith(
	inRectangle: Rectangle2D,
	inReferenceRectangle: Rectangle2D,
	/
)
-> outRectanglesIntersect: bool

Parameters

Name Type Default Description
Input value inRectangle Rectangle2D
Input value inReferenceRectangle Rectangle2D
Output value outRectanglesIntersect bool