| 181 | Fvector Miniball::center() const { return *((Fvector*)B.center()); } |
| 182 | |
| 183 | float Miniball::squared_radius() const { return B.squared_radius(); } |
| 184 | |
| 185 | int Miniball::num_points() const { return int(L.size()); } |
| 186 |
no outgoing calls
no test coverage detected