You are here: Start » AVL.NET » AVL.RotatePointArray(AvlNet.Point2D[], float, bool, AvlNet.Point2D[])
AVL.RotatePointArray(AvlNet.Point2D[], float, bool, AvlNet.Point2D[])
Rotates an array of points clockwise around a center point.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RotatePointArray( AvlNet.Point2D[] inPoints, float inAngle, bool inInverse, out AvlNet.Point2D[] outPoints )
Parameters
- inPoints
- Type: AvlNet.Point2D
- inAngle
- Type: System.Single
Clockwise rotation angle - inInverse
- Type: System.Boolean
Switches to the inverse operation - outPoints
- Type: AvlNet.Point2D
Remarks
See full override for more details.
