You are here: Start » AVL.NET » Function Reference » Path » Path Spatial Transforms » AVL.ShiftPath

AVL.ShiftPath

Moves every vertex of path along bisector of the angle between incident segments.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ShiftPath
(
	AvlNet.Path inPath,
	float inDistance,
	AvlNet.ShiftDirection inDirection,
	AvlNet.Path outPath
)

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
inDistancefloat
inDirectionAvlNet.ShiftDirection
outPathAvlNet.PathOutput path.

See also