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


