mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 11:49:02 +08:00
Fixed compilation of BVH_Example (required for make doc)
This commit is contained in:
parent
84b2060a9e
commit
db0118342c
@ -6,9 +6,7 @@ using namespace Eigen;
|
|||||||
typedef AlignedBox<double, 2> Box2d;
|
typedef AlignedBox<double, 2> Box2d;
|
||||||
|
|
||||||
namespace Eigen {
|
namespace Eigen {
|
||||||
namespace internal {
|
|
||||||
Box2d bounding_box(const Vector2d &v) { return Box2d(v, v); } //compute the bounding box of a single point
|
Box2d bounding_box(const Vector2d &v) { return Box2d(v, v); } //compute the bounding box of a single point
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
struct PointPointMinimizer //how to compute squared distances between points and rectangles
|
struct PointPointMinimizer //how to compute squared distances between points and rectangles
|
||||||
|
Loading…
x
Reference in New Issue
Block a user