Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Colin97/DeepMetaHandles
/ dot
Method
dot
data_preprocessing/sample_surface_points.cpp:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
float dot(const Point &v) const
51
{
52
return x * v.x + y * v.y + z * v.z;
53
};
54
55
Point cross(const Point &v) const
56
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected