You are here: Start » AVL.NET » AVS.TestBox3DIntersectsWith Method

AVS.TestBox3DIntersectsWith Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TestBox3DIntersectsWith
(
	AvlNet.Box3D inBox3D,
	AvlNet.Box3D inReferenceBox3D,
	out bool outBoxes3DIntersect
)

Parameters

Name Type Range Default Description
inBox3DAvlNet.Box3D
inReferenceBox3DAvlNet.Box3D
outBoxes3DIntersectbool

See also