Back to Aurora Vision Library Lite website

You are here: Start » Path » Path Basics » SetPathCharacteristicPoint

SetPathCharacteristicPoint


Header: AVL.h
Namespace: avl

Modifies the value of a selected characteristic point.

Syntax

void avl::SetPathCharacteristicPoint
(
	avl::Path& ioPath,
	int inIndex,
	const bool inInverse,
	const avl::Point2D& inPoint
)

Parameters

Name Type Range Default Description
Input will be modified ioPath Path&
Input value inIndex int 0 - Index of a point of the input path
Input value inInverse const bool Reversed order of points
Input value inPoint const Point2D&

Errors

List of possible exceptions:

Error type Description
DomainError Index out of range in SetPathCharacteristicPoint.