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

Method getSize

include/eepp/math/rect.hpp:268–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268template <typename T> tSize<T> tRECT<T>::getSize() const {
269 return tSize<T>( eeabs( Right - Left ), eeabs( Bottom - Top ) );
270}
271
272template <typename T> void tRECT<T>::normalize() {
273 if ( Left > Right ) std::swap( Left, Right );

Callers 2

operator<Function · 0.45
operator==Function · 0.45

Calls 1

eeabsFunction · 0.85

Tested by

no test coverage detected