Back to FabImage Library website

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

BoxesBoundingBox_OrNil


Header: FIL.h
Namespace: fil
Module: FoundationLite

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

Syntax

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

Parameters

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