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 )


