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

AVL.TransposePath

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void TransposePath
(
	AvlNet.Path inPath,
	AvlNet.Path outPath
)

Parameters

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

See also