| 33 | unsigned int WidthByHeight() { return mWidth * mHeight; } |
| 34 | int getWidth() const { return mWidth; } |
| 35 | int getHeight() const { return mHeight; } |
| 36 | |
| 37 | cPosition getCentre() const { return { mWidth / 2, mHeight / 2 }; }; |
| 38 |
nothing calls this directly
no outgoing calls
no test coverage detected