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

Invoke.BoxIntersection

Computes the common part of two boxes.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void BoxIntersection
(
	Avl.Box inBox1,
	Avl.Box inBox2,
	out Avl.Box outBox
)

Parameters

Name Type Range Default Description
inBox1Avl.Box
inBox2Avl.Box
outBoxAvl.Box

See also