Back to Aurora Vision Library website

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

TestPolygonConvex


Header: AVL.h
Namespace: avl
Module: FoundationBasic

Tests whether a polygon is convex.

Syntax

C++
C#
 
void avl::TestPolygonConvex
(
	const avl::Path& inPolygon,
	bool& outIsConvex
)

Parameters

Name Type Default Description
Input value inPolygon const Path& Input polygon
Output value outIsConvex bool& True if the polygon is convex, false otherwise