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

AVS.BoxIntersection Method

Computes the common part of two boxes.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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