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

Function nk_recta

extern/glfw/deps/nuklear.h:6110–6114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6108 return r;
6109}
6110NK_API struct nk_rect
6111nk_recta(struct nk_vec2 pos, struct nk_vec2 size)
6112{
6113 return nk_rect(pos.x, pos.y, size.x, size.y);
6114}
6115NK_API struct nk_rect
6116nk_rectv(const float *r)
6117{

Callers

nothing calls this directly

Calls 1

nk_rectFunction · 0.70

Tested by

no test coverage detected