You are here: Start » AVL.NET » Function Reference » Path » Path Features » AVL.PathConvexHull

AVL.PathConvexHull

Computes the smallest convex shape that contains the given path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void PathConvexHull
(
	AvlNet.Path inPath,
	AvlNet.Path outConvexHull
)

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
outConvexHullAvlNet.PathA closed path representing the computed convex hull.

Description

The operation computes the smallest of all convex shapes containing the given path.

Examples

PathConvexHull run on a sample path

See also