You are here: Start » AVL.NET » AVL.ShiftPath(AvlNet.Path, float, AvlNet.ShiftDirection, AvlNet.Path)

AVL.ShiftPath(AvlNet.Path, float, AvlNet.ShiftDirection, AvlNet.Path)

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,
	out AvlNet.Path outPath
)

Parameters

inPath
Type: AvlNet.Path
Input path
inDistance
Type: System.Single
inDirection
Type: AvlNet.ShiftDirection
outPath
Type: AvlNet.Path
Output path

See also