RotateVector
Rotates a vector clockwise.
Syntax
C++
Python
def RotateVector( inVector: Vector2D, inAngle: float, /, *, inInverse: bool = False ) -> outVector: Vector2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inVector | Vector2D | ||
![]() |
inAngle | float | Clockwise angle of rotation | |
![]() |
inInverse | bool | False | Switches to the inverse operation |
![]() |
outVector | Vector2D |


