Back to Aurora Vision Library website
You are here: Start » Function Reference » Path » Path Basics » SetPathCharacteristicPoint
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationLite |
Modifies the value of a selected characteristic point.
Syntax
C++
C#
void avl::SetPathCharacteristicPoint ( avl::Path& ioPath, int inIndex, const bool inInverse, const avl::Point2D& inPoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioPath | Path& | |||
![]() |
inIndex | int | 0 - ![]() |
Index of a point of the input path | |
![]() |
inInverse | const bool | Reversed order of points | ||
![]() |
inPoint | const Point2D& |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Index out of range in SetPathCharacteristicPoint. |



