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

AVS.TransposePath Method

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

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
outPathAvlNet.PathOutput path.

See also