MCPcopy Create free account
hub / github.com/JeanLucPons/VanitySearch / equals

Method equals

Point.cpp:74–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74bool Point::equals(Point &p) {
75 return x.IsEqual(&p.x) && y.IsEqual(&p.y) && z.IsEqual(&p.z);
76}
77
78std::string Point::toString() {
79

Callers 2

CheckMethod · 0.80
FindKeyCPUMethod · 0.80

Calls 1

IsEqualMethod · 0.80

Tested by

no test coverage detected