MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / getHeight

Method getHeight

Source/Dimension.hpp:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected