42 std::vector<Features>
merge();
46 const std::vector<Eigen::Vector2f>& vertices);
49 std::optional<std::size_t>
50 checkPoint(
const Eigen::Vector2f p,
52 const std::optional<std::size_t> checkFirst = std::nullopt);
54 void recalculateFeatures(std::vector<Features>& features);
57 std::vector<Features> inputFeatures;