You are here: Start » AVL.NET » AVL.TestShapeConvex

AVL.TestShapeConvex

Tests whether a shape is convex.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void TestShapeConvex
(
	AvlNet.Path inShape,
	out bool outIsConvex
)

Parameters

Name Type Range Default Description
inShapeAvlNet.PathInput shape.
outIsConvexboolTrue if the shape is convex, false otherwise.

See also