#include <Eigen/Core>
#include "../igl_inline.h"
#include "ear_clipping.cpp"
Go to the source code of this file.
|
| template<typename DerivedP , typename DerivedRT , typename DerivedF , typename DerivedI > |
| void | igl::predicates::ear_clipping (const Eigen::MatrixBase< DerivedP > &P, const Eigen::MatrixBase< DerivedRT > &RT, Eigen::PlainObjectBase< DerivedF > &eF, Eigen::PlainObjectBase< DerivedI > &I) |
| | Implementation of ear clipping triangulation algorithm for a 2D polygon.
|
| |
| template<typename DerivedP , typename DerivedF > |
| bool | igl::predicates::ear_clipping (const Eigen::MatrixBase< DerivedP > &P, Eigen::PlainObjectBase< DerivedF > &eF) |
| | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
| |