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


