You are here: Start » AVL.NET » AVL.PathConvexHull Method

AVL.PathConvexHull Method

Computes the smallest convex shape that contains the given path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PathConvexHull(
	AvlNet.Path inPath,
	out 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