Back to Aurora Vision Library website

You are here: Start » Function Reference » Basic » Box » BoxesBoundingBox_OrNil

BoxesBoundingBox_OrNil


Header: AVL.h
Namespace: avl
Module: FoundationLite

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

Syntax

C++
C#
 
void avl::BoxesBoundingBox_OrNil
(
	const atl::Array<avl::Box>& inBoxes,
	atl::Conditional<avl::Box>& outBoundingBox
)

Parameters

Name Type Default Description
Input value inBoxes const Array<Box>&
Output value outBoundingBox Conditional<Box>&