Usage
vector_2_rotate(v, angle)
Arguments
- v
A numeric vector of length 2.
- angle
A number.
Value
A numeric vector of length 2
Note
This function has been auto-generated from the following Raylib function definition:
Vector2 Vector2Rotate(Vector2 v, float angle);