MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / same

Method same

tools/modeltool/model.h:80–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 }
79
80 bool same(const CVector2& c) {
81 return u == c.u && v == c.v;
82 }
83};
84typedef std::vector<CVector2> tvVec2List;
85

Callers 1

getNewIndexFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected