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
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Cannot extend a closed path in ExtendPath. |


