You are here: Start » AVL.NET » AVL.TransposePath Method
AVL.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, out AvlNet.Path outPath )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPath | AvlNet.Path | Input path. | ||
![]() | outPath | AvlNet.Path | Output path. |


