You are here: Start » AVL.NET » Invoke.TestPolygonConvex

Invoke.TestPolygonConvex

Tests whether a polygon is convex.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TestPolygonConvex
(
	Avl.Path inPolygon,
	out bool outIsConvex
)

Parameters

Name Type Range Default Description
inPolygonAvl.PathInput polygon.
outIsConvexboolTrue if the polygon is convex, false otherwise.

See also