You are here: Start » AVL.NET » AVS.ShiftPath Method

AVS.ShiftPath Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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