MCPcopy 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
3486double ImPlot3DPoint::Length() const { return sqrt(x * x + y * y + z * z); }
3487
3488double ImPlot3DPoint::LengthSquared() const { return x * x + y * y + z * z; }
3489

Callers 2

RenderTickMarksFunction · 0.80
FromTwoVectorsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected