Back to Adaptive Vision Library website
You are here: Start » Function Reference » Path Spatial Transforms » ShiftPath
ShiftPath
Moves every vertex of path along bisector of the angle between incident segments.
Syntax
C++
C#
void avl::ShiftPath ( const avl::Path& inPath, atl::real inDistance, avl::ShiftDirection::Type inDirection, avl::Path& outPath )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPath | const Path& | Input path | |
![]() |
inDistance | real | ||
![]() |
inDirection | ShiftDirection::Type | ||
![]() |
outPath | Path& | Output path |
In-place Processing
This function supports in-place data processing - you can pass the same reference to inPath and outPath


