9#ifndef IGL_PREDICATES_LEXICOGRAPHIC_TRIANGULATION_H
10#define IGL_PREDICATES_LEXICOGRAPHIC_TRIANGULATION_H
12#include "../igl_inline.h"
29 const Eigen::MatrixBase<DerivedV>& V,
30 Eigen::PlainObjectBase<DerivedF>& F);
34#ifndef IGL_STATIC_LIBRARY
35# include "lexicographic_triangulation.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
void lexicographic_triangulation(const Eigen::MatrixBase< DerivedV > &V, Eigen::PlainObjectBase< DerivedF > &F)
Given a set of points in 2D, return a lexicographic triangulation of these points using predicates.