Back to Aurora Vision Library website

You are here: Start » Function Reference » Region » Region Features » RegionBoundingBox_OrNil

RegionBoundingBox_OrNil


Header: AVL.h
Namespace: avl
Module: FoundationLite

Computes the smallest box containing a region; returns NIL if the region is empty.

Syntax

C++
C#
 
void avl::RegionBoundingBox_OrNil
(
	const avl::Region& inRegion,
	atl::Conditional<avl::Box>& outBoundingBox
)

Parameters

Name Type Default Description
Input value inRegion const Region& Input region
Output value outBoundingBox Conditional<Box>&