Wildmeshing Toolkit
delaunay_2d.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 #include <wmtk/Types.hpp>
4 
6 std::tuple<Eigen::MatrixXd, Eigen::MatrixXi> delaunay_2d(Eigen::Ref<const RowVectors2d> points);
7 } // namespace wmtk::components::internal
std::tuple< Eigen::MatrixXd, Eigen::MatrixXi > delaunay_2d(Eigen::Ref< const RowVectors2d > points)
Definition: delaunay_2d.cpp:8