Back to Adaptive Vision Library website

You are here: Start » Function Reference » Path Basics » GetPathCharacteristicPoint

GetPathCharacteristicPoint


Returns the selected characteristic point of a path.

Header:AVL.h

Syntax

C++
C#
 
void avl::GetPathCharacteristicPoint
(
	const avl::Path& inPath,
	int inIndex,
	const bool inInverse,
	avl::Point2D& outPoint
)

Parameters

Name Type Range Default Description
inPath const Path& Input path
inIndex int 0 - Index of a point of the input path
inInverse const bool Reversed order of points
outPoint Point2D&

Errors

Error type Description
DomainError Index out of range in GetPathCharacteristicPoint.