You are here: Start » AVL.NET » Invoke.ShiftPath
Moves every vertex of path along bisector of the angle between incident segments.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void ShiftPath ( Avl.Path inPath, float inDistance, Avl.ShiftDirection inDirection, Avl.Path outPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | Avl.Path | Input path. | ||
![]() | inDistance | float | |||
![]() | inDirection | Avl.ShiftDirection | |||
![]() | outPath | Avl.Path | Output path. |