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


