MCPcopy 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}
6176NK_API struct nk_vec2
6177nk_vec2v(const float *v)
6178{
6179 return nk_vec2(v[0], v[1]);
6180}
6181NK_API struct nk_vec2
6182nk_vec2iv(const int *v)
6183{

Callers

nothing calls this directly

Calls 1

nk_vec2Function · 0.70

Tested by

no test coverage detected