MCPcopy Create free account
hub / github.com/SpartanJ/eepp / round

Method round

include/eepp/math/rect.hpp:470–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468}
469
470template <typename T> tRECT<T> tRECT<T>::round() const {
471 return tRECT<T>( Math::round( Left ), Math::round( Top ), Math::round( Right ),
472 Math::round( Bottom ) );
473}
474
475template <typename T> tRECT<T> tRECT<T>::roundUp() const {
476 return tRECT<T>( Math::roundUp( Left ), Math::roundUp( Top ), Math::roundUp( Right ),

Callers 4

handleMotionEventMethod · 0.45
runMethod · 0.45

Calls 1

roundFunction · 0.85

Tested by

no test coverage detected