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

Method Point

Point.cpp:20–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18#include "Point.h"
19
20Point::Point() {
21}
22
23Point::Point(const Point &p) {
24 x.Set((Int *)&p.x);

Callers

nothing calls this directly

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected