You are here: Start » AVL.NET » AVL.PathBoundingCircle(AvlNet.Path, AvlNet.Circle2D)
AVL.PathBoundingCircle(AvlNet.Path, AvlNet.Circle2D)
Computes the smallest circle enclosing a path.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void PathBoundingCircle( AvlNet.Path inPath, out AvlNet.Circle2D outBoundingCircle )
Parameters
- inPath
- Type: AvlNet.Path
Input path - outBoundingCircle
- Type: AvlNet.Circle2D
Examples
![]() |
The resulting outBoundingCircle circle drawn onto the sample path.
Errors
| Error type | Description |
|---|---|
| DomainError | Empty path on input in PathBoundingCircle. |

