You are here: Start » AVL.NET » AVL.RegionConvexHull(AvlNet.Region, AvlNet.Region)
AVL.RegionConvexHull(AvlNet.Region, AvlNet.Region)
Computes the smallest convex region containing the input region.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RegionConvexHull( AvlNet.Region inRegion, out AvlNet.Region outRegion )
Parameters
- inRegion
- Type: AvlNet.Region
Input region - outRegion
- Type: AvlNet.Region
Output region
Description
The operation computes the smallest of all convex region containing the given one.
Examples
![]() |
![]() |
RegionConvexHull run on a sample region.
Errors
| Error type | Description |
|---|---|
| DomainError | Input and output regions are not distinct in RegionConvexHull. |


