Wildmeshing Toolkit
delaunay_2d.cpp
Go to the documentation of this file.
1
#include "
delaunay_2d.hpp
"
2
#include <
wmtk/Types.hpp
>
3
#include "
delaunay_geogram.hpp
"
4
5
6
namespace
wmtk::components::internal
{
7
8
std::tuple<Eigen::MatrixXd, Eigen::MatrixXi>
delaunay_2d
(Eigen::Ref<const RowVectors2d> points)
9
{
10
return
delaunay_geogram
(points);
11
}
12
13
}
// namespace wmtk::components::internal
Types.hpp
delaunay_2d.hpp
delaunay_geogram.hpp
wmtk::components::internal
Definition:
Tuple.hpp:14
wmtk::components::internal::delaunay_geogram
std::tuple< Eigen::MatrixXd, Eigen::MatrixXi > delaunay_geogram(Eigen::Ref< const Eigen::MatrixXd > points)
Definition:
delaunay_geogram.cpp:11
wmtk::components::internal::delaunay_2d
std::tuple< Eigen::MatrixXd, Eigen::MatrixXi > delaunay_2d(Eigen::Ref< const RowVectors2d > points)
Definition:
delaunay_2d.cpp:8
components
delaunay
wmtk
components
delaunay
internal
delaunay_2d.cpp
Generated by
1.9.1