Back to Aurora Vision Library website

You are here: Start » Function Reference » Path » Polygon Features » PolygonWithNormalizedOrientation

PolygonWithNormalizedOrientation


Header: AVL.h
Namespace: avl
Module: FoundationBasic

Returns the same polygon but with orientation corresponding to the axes.

Syntax

C++
C#
 
void avl::PolygonWithNormalizedOrientation
(
	const avl::Path& inPolygon,
	avl::Path& outPolygon
)

Parameters

Name Type Default Description
Input value inPolygon const Path&
Output value outPolygon Path&

Errors

List of possible exceptions:

Error type Description
DomainError Open path on input in PolygonWithNormalizedOrientation.