#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::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< 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 Derivedpivot_point, typename DerivedI> |
| void | igl::copyleft::cgal::order_facets_around_edge (const Eigen::MatrixBase< DerivedV > &V, const Eigen::MatrixBase< DerivedF > &F, size_t s, size_t d, const std::vector< int > &adj_faces, const Eigen::MatrixBase< Derivedpivot_point > &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.
|