Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InteractiveComputerGraphics/PositionBasedDynamics
/ nk_ifloorf
Function
nk_ifloorf
extern/glfw/deps/nuklear.h:6053–6058 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6051
return (int)x;
6052
}
6053
NK_LIB int
6054
nk_ifloorf(float x)
6055
{
6056
x = (float)((int)x - ((x < 0.0f) ? 1 : 0));
6057
return (int)x;
6058
}
6059
NK_LIB int
6060
nk_iceilf(float x)
6061
{
Callers
3
nk_tt_GetGlyphBitmapBoxSubpixel
Function · 0.85
nk_tt_GetPackedQuad
Function · 0.85
nk_tooltip_begin
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected