You are here: Start » AVL.NET » Function Reference » Basic » Box » AVL.TestBoxIntersectsWith

AVL.TestBoxIntersectsWith

Tests whether two boxes have non-empty intersection.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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