Back to FabImage Library Lite website

You are here: Start » Basic » Box » BoxesBoundingBox_OrNil

BoxesBoundingBox_OrNil


Header: FIL.h
Namespace: fil

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

Syntax

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>&