Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
277
template <typename T> T tRECT<T>::getWidth() const {
278
return eeabs( Right - Left );
279
}
280
281
template <typename T> T tRECT<T>::getHeight() const {
282
return eeabs( Bottom - Top );
Callers
5
sendCommand
Method · 0.45
getMinIntrinsicWidth
Function · 0.45
getMaxIntrinsicWidth
Function · 0.45
tSize
Method · 0.45
tRECT
Method · 0.45
Calls
1
eeabs
Function · 0.85
Tested by
no test coverage detected