MCPcopy Create free account
hub / github.com/DavidColson/Polybox / operator==

Method operator==

source/graphics.h:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 : pos(pos), col(col), tex(tex), norm(norm) {}
45
46 bool operator==(const VertexData& other) {
47 return pos == other.pos;
48 }
49};
50
51struct Image;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected