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


