Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobLoach/raylib-cpp
/ ToVector4
Method
ToVector4
include/Rectangle.hpp:32–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
constexpr ::Vector4 ToVector4() const { return {x, y, width, height}; }
33
34
constexpr explicit operator ::Vector4() const { return {x, y, width, height}; }
35
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected