You are here: Start » AVL.NET » AVS.RotateVector Method
AVS.RotateVector Method
Rotates a vector clockwise.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void RotateVector ( AvlNet.Vector2D inVector, float inAngle, bool inInverse, out AvlNet.Vector2D outVector )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inVector | AvlNet.Vector2D | |||
![]() | inAngle | float | Clockwise angle of rotation. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outVector | AvlNet.Vector2D |


