Loading [MathJax]/extensions/tex2jax.js
Back to FabImage Library website

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

TestShapeConvex


Header:FIL.h
Namespace:fil

Tests whether a shape is convex.

Syntax

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

Parameters

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