MCPcopy Create free account
hub / github.com/chrxh/alien / operator-=

Method operator-=

source/Base/Definitions.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17void IntVector2D::operator-=(IntVector2D const& vec)
18{
19 x -= vec.x;
20 y -= vec.y;
21}
22
23std::ostream& operator<<(std::ostream& os, const IntVector2D& vec)
24{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected