Back to Adaptive Vision Library Lite website

You are here: Start » Path Features » PathBoundingBox_OrNil

PathBoundingBox_OrNil


Header:AVL.h
Namespace:avl

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

Syntax

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

Parameters

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