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

Invoke.TestBoxIntersectsWith

Tests whether two boxes have non-empty intersection.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TestBoxIntersectsWith
(
	Avl.Box inBox,
	Avl.Box inReferenceBox,
	out bool outBoxesIntersect
)

Parameters

Name Type Range Default Description
inBoxAvl.Box
inReferenceBoxAvl.Box
outBoxesIntersectbool

See also