X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FINTERP_KERNEL%2FBBTreeDst.txx;h=9497070aad5a208d4c52b17a998beed754589460;hb=ffdef130a5a36893d8e58d538884e79413975c7a;hp=60c3084ced3364f7c302e095b10a17502cfd4664;hpb=79386ac5c73f8365c428b8ef595c4ef004959667;p=tools%2Fmedcoupling.git diff --git a/src/INTERP_KERNEL/BBTreeDst.txx b/src/INTERP_KERNEL/BBTreeDst.txx index 60c3084ce..9497070aa 100644 --- a/src/INTERP_KERNEL/BBTreeDst.txx +++ b/src/INTERP_KERNEL/BBTreeDst.txx @@ -134,6 +134,10 @@ public: } } + /** Get the minimal (square) distance between a point and all the available bounding boxes in the tree. + The (square) distance to a bbox is the true geometric distance between the point and a face + (or an edge, or a corner) of the bbox. + */ void getMinDistanceOfMax(const double *pt, double& minOfMaxDstsSq) const { if(_terminal)