R/functions.R
vector_2_move_towards.Rd
.
vector_2_move_towards(v, target, max_distance)
A numeric vector of length 2.
A number.
A numeric vector of length 2
This function has been auto-generated from the following Raylib function definition:
Vector2 Vector2MoveTowards(Vector2 v, Vector2 target, float maxDistance);