Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Colin97/DeepMetaHandles
/ length
Method
length
data_preprocessing/sample_surface_points.cpp:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
double length()
37
{
38
return sqrt(x * x + y * y + z * z);
39
}
40
41
void normalize()
42
{
Callers
1
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected