You are here: Start » AVL.NET » AVL.TestBoxIntersectsWith Method

AVL.TestBoxIntersectsWith Method

Tests whether two boxes have non-empty intersection.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TestBoxIntersectsWith(
	AvlNet.Box inBox,
	AvlNet.Box inReferenceBox,
	out bool outBoxesIntersect
)

Parameters

Name Type Range Default Description
inBoxAvlNet.Box
inReferenceBoxAvlNet.Box
outBoxesIntersectbool

See also