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


