Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/PositionBasedDynamics
/ nk_rectv
Function
nk_rectv
extern/glfw/deps/nuklear.h:6115–6119 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6113
return nk_rect(pos.x, pos.y, size.x, size.y);
6114
}
6115
NK_API struct nk_rect
6116
nk_rectv(const float *r)
6117
{
6118
return nk_rect(r[0], r[1], r[2], r[3]);
6119
}
6120
NK_API struct nk_rect
6121
nk_rectiv(const int *r)
6122
{
Callers
nothing calls this directly
Calls
1
nk_rect
Function · 0.70
Tested by
no test coverage detected