Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ FloorToStep
Function
FloorToStep
TombEngine/Math/Utils.cpp:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
namespace TEN::Math
7
{
8
float FloorToStep(float value, float step)
9
{
10
return (floor(value / step) * step);
11
}
12
13
float CeilToStep(float value, float step)
14
{
Callers
1
GetCellKeys
Method · 0.85
Calls
1
floor
Function · 0.85
Tested by
no test coverage detected