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

AVL.BoxesBoundingBox_OrNil Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also