Back to Aurora Vision Library website

You are here: Start » Function Reference » Region » Region Global Transforms » RegionConvexHull_AsPath

RegionConvexHull_AsPath


Header: AVL.h
Namespace: avl
Module: FoundationBasic

Computes the smallest convex polygon containing the input region.

Syntax

C++
C#
 
void avl::RegionConvexHull_AsPath
(
	const avl::Region& inRegion,
	avl::Path& outConvexHull
)

Parameters

Name Type Default Description
Input value inRegion const Region& Input region
Output value outConvexHull Path&