libigl v2.5.0
|
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. | |