You are here: Start » AVL.NET » Invoke.ShiftPath

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
inPathAvl.PathInput path.
inDistancefloat
inDirectionAvl.ShiftDirection
outPathAvl.PathOutput path.

See also