Back to Aurora Vision Library Lite website
You are here: Start » Path » Path Basics » GetPathCharacteristicPoint
GetPathCharacteristicPoint
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
Returns the selected characteristic point of a path.
Syntax
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
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Index out of range in GetPathCharacteristicPoint. |



