#include "../../igl_inline.h"
#include <Eigen/Core>
#include <vector>
#include "fast_winding_number.cpp"
 
Go to the source code of this file.
 | 
| template<typename DerivedP , typename DerivedN , typename DerivedQ , typename BetaType , typename DerivedWN >  | 
| void  | igl::copyleft::cgal::fast_winding_number (const Eigen::MatrixBase< DerivedP > &P, const Eigen::MatrixBase< DerivedN > &N, const Eigen::MatrixBase< DerivedQ > &Q, const int expansion_order, const BetaType beta, Eigen::PlainObjectBase< DerivedWN > &WN) | 
|   | Evaluate the fast winding number for point data, without known areas.  
  | 
|   | 
| template<typename DerivedP , typename DerivedN , typename DerivedQ , typename DerivedWN >  | 
| void  | igl::copyleft::cgal::fast_winding_number (const Eigen::MatrixBase< DerivedP > &P, const Eigen::MatrixBase< DerivedN > &N, const Eigen::MatrixBase< DerivedQ > &Q, Eigen::PlainObjectBase< DerivedWN > &WN) | 
|   | This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.  
  | 
|   |