You are here: Start » AVL.NET » Invoke.RotatePointArray
Rotates an array of points clockwise around a center point.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void RotatePointArray ( List<Avl.Point2D> inPoints, Optional<Avl.Point2D> inCenter, float inAngle, bool inInverse, List<Avl.Point2D> outPoints )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPoints | System.Collections.Generic.List<Avl.Point2D> | |||
![]()  | inCenter | Atl.Optional<Avl.Point2D> | Center of rotation (the mass center by default). Default value: atl::NIL. | ||
![]()  | inAngle | float | Clockwise rotation angle. | ||
![]()  | inInverse | bool | Switches to the inverse operation. | ||
![]()  | outPoints | System.Collections.Generic.List<Avl.Point2D> | 


