#include "../../igl_inline.h"
#include <Eigen/Core>
#include <vector>
#include "order_facets_around_edge.cpp"
Go to the source code of this file.
|
template<typename DerivedV , typename DerivedF , typename DerivedI > |
void | igl::copyleft::cgal::order_facets_around_edge (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, size_t s, size_t d, const std::vector< int > &adj_faces, Eigen::PlainObjectBase< DerivedI > &order, bool debug=false) |
| Given a directed edge, sort its adjacent faces.
|
|
template<typename DerivedV , typename DerivedF , typename DerivedI > |
void | igl::copyleft::cgal::order_facets_around_edge (const Eigen::PlainObjectBase< DerivedV > &V, const Eigen::PlainObjectBase< DerivedF > &F, size_t s, size_t d, const std::vector< int > &adj_faces, const Eigen::PlainObjectBase< DerivedV > &pivot_point, Eigen::PlainObjectBase< DerivedI > &order) |
| This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
|
|