You are here: Start » AVL.NET » AVS.TestPolygonConvex Method
AVS.TestPolygonConvex Method
Tests whether a polygon is convex.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void TestPolygonConvex ( AvlNet.Path inPolygon, out bool outIsConvex )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPolygon | AvlNet.Path | Input polygon. | ||
![]() | outIsConvex | bool | True if the polygon is convex, false otherwise. |


