You are here: Start » AVL.NET » Invoke.RotatePoint
Rotates a point clockwise around a center point.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void RotatePoint ( Avl.Point2D inPoint, Avl.Point2D inCenter, float inAngle, bool inInverse, out Avl.Point2D outPoint )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPoint | Avl.Point2D | |||
![]()  | inCenter | Avl.Point2D | Center of rotation. | ||
![]()  | inAngle | float | Clockwise rotation angle. | ||
![]()  | inInverse | bool | Switches to the inverse operation. | ||
![]()  | outPoint | Avl.Point2D | 


