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

Invoke.TestBox3DInBox3D

Tests whether a box in 3D is contained in another one.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TestBox3DInBox3D
(
	Avl.Box3D inSubBox3D,
	Avl.Box3D inBox3D,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inSubBox3DAvl.Box3D
inBox3DAvl.Box3D
outIsContainedbool

See also