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