You are here: Start » AVL.NET » AVL.RotateArc(AvlNet.Arc2D, float, bool, AvlNet.Arc2D)
AVL.RotateArc(AvlNet.Arc2D, float, bool, AvlNet.Arc2D)
Rotates an arc clockwise around center point.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RotateArc( AvlNet.Arc2D inArc, float inAngle, bool inInverse, out AvlNet.Arc2D outArc )
Parameters
- inArc
- Type: AvlNet.Arc2D
- inAngle
- Type: System.Single
Clockwise rotation angle - inInverse
- Type: System.Boolean
Switches to the inverse operation - outArc
- Type: AvlNet.Arc2D
Remarks
See full override for more details.
