Back to Adaptive Vision Library website

You are here: Start » Function Reference » Shape Relations » TestShapeConvex

TestShapeConvex


Header:AVL.h
Namespace:avl

Tests whether a shape is convex.

Syntax

C++
C#
 
void avl::TestShapeConvex
(
	const avl::Path& inShape,
	bool& outIsConvex
)

Parameters

Name Type Default Description
inShape const Path& Input shape
outIsConvex bool& True if the shape is convex, false otherwise