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

Method getWidth

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

Source from the content-addressed store, hash-verified

32
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 }; };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected