MCPcopy Create free account
hub / github.com/chrxh/alien / IntVector2D

Method IntVector2D

source/Base/Vector2D.h:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9 int y = 0;
10
11 IntVector2D() = default;
12 IntVector2D(std::initializer_list<int> l);
13 bool operator==(IntVector2D const& vec) const;
14 void operator-=(IntVector2D const& vec);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected