Vector4 Structure
Represents a 4D vector.
Raylib::Vector4(float x, float y, float z, float w);Constructor to create a 4D vector with specifiedx,y,z, andwvalues.
Represents a 4D vector.
Raylib::Vector4(float x, float y, float z, float w);
Constructor to create a 4D vector with specified x, y, z, and w values.