Back to Aurora Vision Library website

You are here: Start » Function Reference » Path » Path Features » PathBoundingBox_OrNil

PathBoundingBox_OrNil


Header: AVL.h
Namespace: avl
Module: FoundationLite

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

Syntax

C++
C#
 
void avl::PathBoundingBox_OrNil
(
	const avl::Path& inPath,
	atl::Conditional<avl::Box>& outBoundingBox
)

Parameters

Name Type Default Description
Input value inPath const Path& Input path
Output value outBoundingBox Conditional<Box>&