MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / squared_radius

Method squared_radius

ogsr_engine/xrCore/_sphere.cpp:183–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181Fvector Miniball::center() const { return *((Fvector*)B.center()); }
182
183float Miniball::squared_radius() const { return B.squared_radius(); }
184
185int Miniball::num_points() const { return int(L.size()); }
186

Callers 3

pivot_mbMethod · 0.80
max_excessMethod · 0.80
Fsphere_computeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected