You are here: Start » AVL.NET » AVL.RotateRegion(AvlNet.Region, float, bool, AvlNet.Region)
AVL.RotateRegion(AvlNet.Region, float, bool, AvlNet.Region)
Rotates a region around a point.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RotateRegion( AvlNet.Region inRegion, float inAngle, bool inInverse, out AvlNet.Region outRegion )
Parameters
- inRegion
- Type: AvlNet.Region
Input region - inAngle
- Type: System.Single
Clockwise rotation angle - inInverse
- Type: System.Boolean
Switches to counter-clockwise rotation - outRegion
- Type: AvlNet.Region
Output region
