You are here: Start » AVL.NET » AVL.TransposePath(AvlNet.Path, AvlNet.Path)

AVL.TransposePath(AvlNet.Path, AvlNet.Path)

Flips and rotates a path so that x-coordinates are exchanged with y-coordinates.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void TransposePath(
	AvlNet.Path inPath,
	out AvlNet.Path outPath
)

Parameters

inPath
Type: AvlNet.Path
Input path
outPath
Type: AvlNet.Path
Output path

See also