#include "main.h"
#include <Eigen/StdVector>
#include <Eigen/Geometry>
#include <unsupported/Eigen/BVH>
Go to the source code of this file.
Classes | |
struct | Ball< Dim > |
struct | BallPointStuff< Dim > |
struct | TreeTest< Dim > |
Namespaces | |
Eigen | |
Functions | |
template<typename Scalar , int Dim> | |
AlignedBox< Scalar, Dim > | Eigen::bounding_box (const Matrix< Scalar, Dim, 1 > &v) |
template<int Dim> | |
AlignedBox< double, Dim > | bounding_box (const Ball< Dim > &b) |
double | SQR (double x) |
void | test_BVH () |
AlignedBox<double, Dim> bounding_box | ( | const Ball< Dim > & | b | ) |