#include <math.h>
#include "GridSearchTree.hpp"
Go to the source code of this file.
Function Documentation
Definition at line 4 of file GridSearchTree.cpp.
{
return sqrt((a->x() - b->x())*(a->x() - b->x()) + (a->y() - b->y())*(a->y() - b->y()) + (a->z() - b->z())*(a->z() - b->z()) );
}