You are here: Start » AVL.NET » AVL.RotatePath(AvlNet.Path, float, bool, AvlNet.Path)
AVL.RotatePath(AvlNet.Path, float, bool, AvlNet.Path)
Rotates a path clockwise around a center point.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RotatePath( AvlNet.Path inPath, float inAngle, bool inInverse, out AvlNet.Path outPath )
Parameters
- inPath
- Type: AvlNet.Path
Input path - inAngle
- Type: System.Single
Clockwise rotation angle - inInverse
- Type: System.Boolean
Switches to the inverse operation - outPath
- Type: AvlNet.Path
Output path
