Vector2 Structure
Represents a 2D vector.
Raylib::Vector2(float x, float y);Constructor to create a 2D vector with specifiedxandyvalues.
Represents a 2D vector.
Raylib::Vector2(float x, float y);
Constructor to create a 2D vector with specified x and y values.