You are here: Start » AVL.NET » AVL.PathConvexHull(AvlNet.Path, AvlNet.Path)
AVL.PathConvexHull(AvlNet.Path, AvlNet.Path)
Computes the smallest convex shape that contains the given path.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void PathConvexHull( AvlNet.Path inPath, out AvlNet.Path outConvexHull )
Parameters
- inPath
- Type: AvlNet.Path
Input path - outConvexHull
- Type: AvlNet.Path
A closed path representing the computed convex hull
Description
The operation computes the smallest of all convex shapes containing the given path.
Examples
![]() |
![]() |
PathConvexHull run on a sample path


