Back to Aurora Vision Library Lite website

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

RemovePointFromPath


Header: AVL.h
Namespace: avl

Removes a point from a path.

Syntax

void avl::RemovePointFromPath
(
	avl::Path& ioPath,
	int inIndex,
	bool inInverse
)

Parameters

Name Type Default Description
Input will be modified ioPath Path&
Input value inIndex int
Input value inInverse bool

Errors

List of possible exceptions:

Error type Description
DomainError Index out of range in RemovePointFromPath.