You are here: Start » AVL.NET » Function Reference » Geometry 2D » Geometry 2D Intersections » AVL.TestRectangleIntersectsWith

AVL.TestRectangleIntersectsWith

Tests if two rectangles intersect.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void TestRectangleIntersectsWith
(
	AvlNet.Rectangle2D inRectangle,
	AvlNet.Rectangle2D inReferenceRectangle,
	out bool outRectanglesIntersect
)

Parameters

Name Type Range Default Description
inRectangleAvlNet.Rectangle2D
inReferenceRectangleAvlNet.Rectangle2D
outRectanglesIntersectbool

See also