#ifndef LINALG_H_ #define LINALG_H_ #ifndef EIGEN_DONT_ALIGN #define EIGEN_DONT_ALIGN #endif #include #include using Eigen::Vector3d; typedef Eigen::AlignedBox BoundingBox; using Eigen::Matrix3f; using Eigen::Matrix3d; using Eigen::Transform3d; #endif