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

AVS.TestShapeConvex Method

Tests whether a shape is convex.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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