You are here: Start » AVL.NET » Function Reference » Basic » Box » AVL.BoxIntersection

AVL.BoxIntersection

Computes the common part of two boxes.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inBox1AvlNet.Box
inBox2AvlNet.Box
outBoxAvlNet.Box

See also