#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 | |
Namespace containing all symbols from the Eigen library. | |
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) |
EIGEN_DECLARE_TEST (BVH) | |
double | SQR (double x) |
AlignedBox<double, Dim> bounding_box | ( | const Ball< Dim > & | b | ) |