Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Core/Math/ | 2 (100.0%) | 28 (100.0%) | 14.0 |
A new Ceil function similar to the previously
added faster Floor function (same trick).
13 lines of code changed in 1 file:
Adding a faster Floor function that takes an
offset value as well. Twice as fast as the
default version, and more than 15x faster
than (int)floor(value);
15 lines of code changed in 1 file: