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