Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneLoneCoder/olcPixelGameEngine
/ v_2d
Method
v_2d
olcPixelGameEngine.h:634–634 ·
view source on GitHub ↗
Default constructor
Source
from the content-addressed store, hash-verified
632
633
// Default constructor
634
inline constexpr v_2d() = default;
635
636
// Specific constructor
637
inline constexpr v_2d(T _x, T _y) : x(_x), y(_y)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected