MCPcopy Index your code
hub / github.com/Colin97/DeepMetaHandles / operator+

Method operator+

data_preprocessing/sample_surface_points.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 };
25
26 Point operator+(const Point &v) const
27 {
28 return Point(x + v.x, y + v.y, z + v.z);
29 };
30
31 Point operator*(const double t) const
32 {

Callers

nothing calls this directly

Calls 1

PointClass · 0.85

Tested by

no test coverage detected