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

Invoke.BoxIntersection3D

Computes the common part of two boxes in 3D.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void BoxIntersection3D
(
	Avl.Box3D inBox3D1,
	Avl.Box3D inBox3D2,
	out Avl.Box3D outBox3D
)

Parameters

Name Type Range Default Description
inBox3D1Avl.Box3D
inBox3D2Avl.Box3D
outBox3DAvl.Box3D

See also