Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/PositionBasedDynamics
/ nk_vec2v
Function
nk_vec2v
extern/glfw/deps/nuklear.h:6176–6180 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6174
return ret;
6175
}
6176
NK_API struct nk_vec2
6177
nk_vec2v(const float *v)
6178
{
6179
return nk_vec2(v[0], v[1]);
6180
}
6181
NK_API struct nk_vec2
6182
nk_vec2iv(const int *v)
6183
{
Callers
nothing calls this directly
Calls
1
nk_vec2
Function · 0.70
Tested by
no test coverage detected