| 36 | { return AlignedBox<double, Dim>(b.center.array() - b.radius, b.center.array() + b.radius); } |
| 37 | |
| 38 | inline double SQR(double x) { return x * x; } |
| 39 | |
| 40 | template<int Dim> |
| 41 | struct BallPointStuff //this class provides functions to be both an intersector and a minimizer, both for a ball and a point and for two trees |
no outgoing calls
no test coverage detected