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

Invoke.TestBox3DIntersectsWith

Tests whether two boxes in 3D have non-empty intersection.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TestBox3DIntersectsWith
(
	Avl.Box3D inBox3D,
	Avl.Box3D inReferenceBox3D,
	out bool outBoxes3DIntersect
)

Parameters

Name Type Range Default Description
inBox3DAvl.Box3D
inReferenceBox3DAvl.Box3D
outBoxes3DIntersectbool

See also