aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/Geometry
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-10-26 15:04:31 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-10-26 15:04:31 +0000
commit94f6f2a7de5c06c331fc491eab39b0c9cc0495b9 (patch)
tree6ff684c95eafcf26480f46b9a3e3f738ea36c8ef /Eigen/Geometry
parentec0a423862d74cea10e2b33f7b37f43957adb465 (diff)
Add an axis aligned box in the geometry module.
Some naming questions: - for "extend" we could also think of: "expand", "union", "add" - same for "clamp": "crop", "intersect" - same for "contains": "isInside", "intersect" => ah "intersect" is conflicting, so that eliminates this one !
Diffstat (limited to 'Eigen/Geometry')
-rw-r--r--Eigen/Geometry1
1 files changed, 1 insertions, 0 deletions
diff --git a/Eigen/Geometry b/Eigen/Geometry
index 2a2dfda2b..883c2d769 100644
--- a/Eigen/Geometry
+++ b/Eigen/Geometry
@@ -33,6 +33,7 @@ namespace Eigen {
#include "src/Geometry/Scaling.h"
#include "src/Geometry/Hyperplane.h"
#include "src/Geometry/ParametrizedLine.h"
+#include "src/Geometry/AlignedBox.h"
} // namespace Eigen