Wildmeshing Toolkit
Loading...
Searching...
No Matches
delaunay_3d.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_3d(Eigen::Ref<const RowVectors3d> points);
7} // namespace wmtk::components::internal
std::tuple< Eigen::MatrixXd, Eigen::MatrixXi > delaunay_3d(Eigen::Ref< const RowVectors3d > points)