Back to Aurora Vision Library Lite website

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

OpenPath


Header: AVL.h
Namespace: avl

Removes the segment connecting the last point with the first one in a path.

Syntax

void avl::OpenPath
(
	avl::Path& ioPath
)

Parameters

Name Type Default Description
Input will be modified ioPath Path&

Description

The operation reduces a closed path by removing a segment between its first point and the last one, therefore producing an open path.

If an open path is passed, the filter passes it onto output without any interference.

Examples

OpenPath run on a sample path.

See Also

  • ClosePath – Adds the segment connecting the last point with the first one in a path.