#ifndef SLA_COMMON_HPP #define SLA_COMMON_HPP #include #include #include #include #include //#include "SLASpatIndex.hpp" //#include //#include // #define SLIC3R_SLA_NEEDS_WINDTREE namespace Slic3r { // Typedefs from Point.hpp typedef Eigen::Matrix Vec3f; typedef Eigen::Matrix Vec3d; typedef Eigen::Matrix Vec4i; namespace sla { using PointSet = Eigen::MatrixXd; } // namespace sla } // namespace Slic3r #endif // SLASUPPORTTREE_HPP