Michael Holloway 918e1a3a90 Ditch rint
Removes all usages of rint from the codebase, in favor of the standard
rounding and casting formula used throughout the codebase:

  static_cast<int>(std::floor(<val> + .5))

Fixes #2392
2019-03-22 14:23:32 -04:00
..
2017-11-16 11:59:55 +01:00
2019-03-22 14:23:32 -04:00
2017-11-16 11:59:55 +01:00