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

Go to the source code of this file.

Namespaces

namespace  igl

Functions

template<typename DerivedP, typename Orient2D, typename DerivedF>
void igl::lexicographic_triangulation (const Eigen::MatrixBase< DerivedP > &P, Orient2D orient2D, Eigen::PlainObjectBase< DerivedF > &F)
 Given a set of points in 2D, return a lexicographic triangulation of these points.