Back to Adaptive Vision Library website
You are here: Start » Function Reference » Path Features » PathBoundingCircle_OrNil
PathBoundingCircle_OrNil
Computes the smallest circle enclosing a path; returns NIL if the path is empty.
Syntax
C++
C#
void avl::PathBoundingCircle_OrNil ( const avl::Path& inPath, atl::Conditional<avl::Circle2D>& outBoundingCircle )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPath | const Path& | Input path | |
![]() |
outBoundingCircle | Conditional<Circle2D>& |


