39#include <Eigen/Geometry>
46class AABB :
public Eigen::AlignedBox3d
Represents an axis-aligned bounding box.
void extendWithTransformedBox(const Eigen::Isometry3d &transform, const Eigen::Vector3d &box)
Extend with a box transformed by the given transform.
Main namespace for MoveIt.