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


