Back to Adaptive Vision Library website

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

PathBoundingBox


Header: AVL.h
Namespace: avl
Module: FoundationLite

Computes the smallest box containing a path.

Syntax

C++
C#
 
void avl::PathBoundingBox
(
	const avl::Path& inPath,
	avl::Box& outBoundingBox
)

Parameters

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

Examples

The resulting outBoundingBox box drawn onto the sample path.

Errors

List of possible exceptions:

Error type Description
DomainError Empty path on input in PathBoundingBox.

See Also