MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/FleX / operator ==

Method operator ==

core/mesh.cpp:376–379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

374 uint32_t v, vt, vn;
375
376 bool operator == (const VertexKey& rhs) const
377 {
378 return v == rhs.v && vt == rhs.vt && vn == rhs.vn;
379 }
380
381 bool operator < (const VertexKey& rhs) const
382 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected