You are here: Start » AVL.NET » AVL.BoxesBoundingBox_OrNil

AVL.BoxesBoundingBox_OrNil

Computes the bounding box of given boxes; returns NIL if the array is empty.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void BoxesBoundingBox_OrNil
(
	AvlNet.Box[] inBoxes,
	out AvlNet.Box? outBoundingBox
)

Parameters

Name Type Range Default Description
inBoxesAvlNet.Box[]
outBoundingBoxAvlNet.Box?

See also