Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/brenocq/implot3d
/ Length
Method
Length
implot3d.cpp:3486–3486 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3484
}
3485
3486
double ImPlot3DPoint::Length() const { return sqrt(x * x + y * y + z * z); }
3487
3488
double ImPlot3DPoint::LengthSquared() const { return x * x + y * y + z * z; }
3489
Callers
2
RenderTickMarks
Function · 0.80
FromTwoVectors
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected