You are here: Start » AVL.NET » Function Reference » Path » Polygon Relations » AVL.TestPolygonConvex

AVL.TestPolygonConvex

Tests whether a polygon is convex.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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