#include <Eigen/StdVector>
#include <unsupported/Eigen/BVH>
#include <iostream>
Go to the source code of this file.
Classes | |
struct | PointPointMinimizer |
Namespaces | |
namespace | Eigen |
namespace | Eigen::internal |
Typedefs | |
typedef AlignedBox< double, 2 > | Box2d |
Functions | |
Box2d | Eigen::internal::bounding_box (const Vector2d &v) |
int | main () |
typedef AlignedBox<double, 2> Box2d |
Definition at line 6 of file BVH_Example.cpp.
int main | ( | void | ) |
Definition at line 27 of file BVH_Example.cpp.