libigl v2.5.0
Loading...
Searching...
No Matches
is_delaunay.h File Reference
#include "igl_inline.h"
#include <Eigen/Core>
#include <vector>
#include "is_delaunay.cpp"

Go to the source code of this file.

Namespaces

namespace  igl

Functions

template<typename DerivedV, typename DerivedF, typename DerivedD>
void igl::is_delaunay (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, Eigen::PlainObjectBase< DerivedD > &D)
 IDetermine if each edge in the mesh (V,F) is Delaunay.
template<typename DerivedV, typename DerivedF, typename uE2EType, typename InCircle, typename ueiType>
bool igl::is_delaunay (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, const std::vector< std::vector< uE2EType > > &uE2E, const InCircle incircle, const ueiType uei)
 Determine whether a single edge is Delaunay using a provided (extrinsic) incirle test.