Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Colin97/DeepMetaHandles
/ operator-
Method
operator-
data_preprocessing/sample_surface_points.cpp:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
z = _z;
20
};
21
Point operator-(const Point &v) const
22
{
23
return Point(x - v.x, y - v.y, z - v.z);
24
};
25
26
Point operator+(const Point &v) const
27
{
Callers
nothing calls this directly
Calls
1
Point
Class · 0.85
Tested by
no test coverage detected