MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / operator==

Method operator==

src/Core/Transform/Referential.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 bool Referential::operator==(const Referential& ref) const
48 {
49 return (getOffset() == ref.getOffset());
50 }
51 bool Referential::operator!=(const Referential& ref) const
52 {
53 return !((*this) == ref);

Callers

nothing calls this directly

Calls 1

getOffsetMethod · 0.45

Tested by

no test coverage detected