Back to Adaptive 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
inPolygon const Path& Input polygon
outIsConvex bool& True if the polygon is convex, false otherwise