Back to Aurora Vision Library website

You are here: Start » Function Reference » Path » Path Global Transforms » ExtendPath

ExtendPath


Header: AVL.h
Namespace: avl
Module: FoundationBasic

Resizes the first or the last segment of a path.

Syntax

C++
C#
 
void avl::ExtendPath
(
	avl::Path& ioPath,
	float inExtraLength1,
	float inExtraLength2
)

Parameters

Name Type Default Description
Input will be modified ioPath Path&
Input value inExtraLength1 float
Input value inExtraLength2 float

Errors

List of possible exceptions:

Error type Description
DomainError Cannot extend a closed path in ExtendPath.