#ifndef LINALG_H_ #define LINALG_H_ #include #include using Eigen::Vector3d; typedef Eigen::AlignedBox BoundingBox; #endif