| 470 | } |
| 471 | |
| 472 | FLOAT32 ComputeDistance(int k, PARAM_DESC *dim, FLOAT32 p1[], FLOAT32 p2[]) { |
| 473 | return sqrt(DistanceSquared(k, dim, p1, p2)); |
| 474 | } |
| 475 | |
| 476 | /*---------------------------------------------------------------------------*/ |
| 477 | /// Return whether the query region (the smallest known circle about |
nothing calls this directly
no test coverage detected