37 #ifndef GEOMETRIC_SHAPES_AABB_H 38 #define GEOMETRIC_SHAPES_AABB_H 40 #include <Eigen/Geometry> 45 class AABB :
public Eigen::AlignedBox3d
47 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
50 using Eigen::AlignedBox3d::AlignedBox;
58 #endif // GEOMETRIC_SHAPES_AABB_H void extendWithTransformedBox(const Eigen::Isometry3d &transform, const Eigen::Vector3d &box)
Extend with a box transformed by the given transform.
Represents an axis-aligned bounding box.
This set of classes allows quickly detecting whether a given point is inside an object or not...