You are here: Start » AVL.NET » AVL.RotatePathArray(AvlNet.Path[], AvlNet.Point2D?, float, bool, AvlNet.Path[])
AVL.RotatePathArray(AvlNet.Path[], AvlNet.Point2D?, float, bool, AvlNet.Path[])
Rotates an array of paths clockwise around a center point.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RotatePathArray( AvlNet.Path[] inPaths, AvlNet.Point2D? inCenter, float inAngle, bool inInverse, out AvlNet.Path[] outPaths )
Parameters
- inPaths
- Type: AvlNet.Path
- inCenter
- Type: System.Nullable<AvlNet.Point2D>
Center of rotation (the mass center by default), or null. - inAngle
- Type: System.Single
Clockwise rotation angle - inInverse
- Type: System.Boolean
Switches to the inverse operation - outPaths
- Type: AvlNet.Path
