MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / operator+

Method operator+

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

Source from the content-addressed store, hash-verified

45 }
46
47 cDimension operator+(const cDimension& pRight) {
48
49 return cDimension(mWidth + pRight.mWidth, mHeight + pRight.mHeight);
50 }
51};

Callers

nothing calls this directly

Calls 1

cDimensionClass · 0.85

Tested by

no test coverage detected