MCPcopy 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}
6115NK_API struct nk_rect
6116nk_rectv(const float *r)
6117{
6118 return nk_rect(r[0], r[1], r[2], r[3]);
6119}
6120NK_API struct nk_rect
6121nk_rectiv(const int *r)
6122{

Callers

nothing calls this directly

Calls 1

nk_rectFunction · 0.70

Tested by

no test coverage detected