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

Method Set

Point.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void Point::Set(Int *cx, Int *cy,Int *cz) {
47 x.Set(cx);
48 y.Set(cy);
49 z.Set(cz);
50}
51
52Point::~Point() {
53}

Callers 1

PointMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected