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
inPolygonAvlNet.PathInput polygon.
outIsConvexboolTrue if the polygon is convex, false otherwise.

See also