10#ifndef IGL_COPYLEFT_CGAL_LEXICOGRAPHIC_TRIANGULATION_H
11#define IGL_COPYLEFT_CGAL_LEXICOGRAPHIC_TRIANGULATION_H
12#include "../../igl_inline.h"
31 const Eigen::PlainObjectBase<DerivedP>& P,
32 Eigen::PlainObjectBase<DerivedF>& F);
40#ifndef IGL_STATIC_LIBRARY
41# include "lexicographic_triangulation.cpp"
#define IGL_INLINE
Definition igl_inline.h:15
void lexicographic_triangulation(const Eigen::PlainObjectBase< DerivedP > &P, Eigen::PlainObjectBase< DerivedF > &F)
Given a set of points in 2D, return a lexicographic triangulation of these points.