Back to Adaptive Vision Library website

You are here: Start » Function Reference » Shape Features » ShapeWithNormalizedOrientation

ShapeWithNormalizedOrientation


Header:AVL.h
Namespace:avl

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

Syntax

C++
C#
 
void avl::ShapeWithNormalizedOrientation
(
	const avl::Path& inShape,
	avl::Path& outShape
)

Parameters

Name Type Default Description
inShape const Path&
outShape Path&

Errors

List of possible exceptions:

Error type Description
DomainError Open path on input in ShapeWithNormalizedOrientation.