Wildmeshing Toolkit
Loading...
Searching...
No Matches
delaunay_2d.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <wmtk/Types.hpp>
4
6std::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)