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

Method getWidth

include/eepp/math/rect.hpp:277–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277template <typename T> T tRECT<T>::getWidth() const {
278 return eeabs( Right - Left );
279}
280
281template <typename T> T tRECT<T>::getHeight() const {
282 return eeabs( Bottom - Top );

Callers 5

sendCommandMethod · 0.45
getMinIntrinsicWidthFunction · 0.45
getMaxIntrinsicWidthFunction · 0.45
tSizeMethod · 0.45
tRECTMethod · 0.45

Calls 1

eeabsFunction · 0.85

Tested by

no test coverage detected