MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / nk_vec2

Function nk_vec2

extern/glfw/deps/nuklear.h:6161–6167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6159 return r;
6160}
6161NK_API struct nk_vec2
6162nk_vec2(float x, float y)
6163{
6164 struct nk_vec2 ret;
6165 ret.x = x; ret.y = y;
6166 return ret;
6167}
6168NK_API struct nk_vec2
6169nk_vec2i(int x, int y)
6170{

Callers 15

nk_vec2vFunction · 0.70
nk_draw_list_path_arc_toFunction · 0.70
nk_draw_list_stroke_lineFunction · 0.70
nk_draw_list_fill_rectFunction · 0.70
nk_draw_list_stroke_rectFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected