Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenApoc/OpenApoc
/ getWidth
Method
getWidth
library/rect.h:36–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
T getWidth() const { return (this->p1.x - this->p0.x); }
37
38
T getHeight() const { return (this->p1.y - this->p0.y); }
39
Callers
1
onRender
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected