Go to the source code of this file.
|
| template<typename DerivedP , typename DerivedN , typename DerivedQ , typename BetaType , typename DerivedWN > |
| IGL_INLINE 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) |
| |
| template<typename DerivedP , typename DerivedN , typename DerivedQ , typename DerivedWN > |
| IGL_INLINE 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) |
| |