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

AVL.TestBoxInBox

Tests whether a box is contained in another one.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void TestBoxInBox
(
	AvlNet.Box inSubBox,
	AvlNet.Box inBox,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inSubBoxAvlNet.Box
inBoxAvlNet.Box
outIsContainedbool

See also