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