浏览代码

Merge pull request #897 from dcoeurjo/typoFastWinding

minor typos in Fast Winding doc

Former-commit-id: da86bb9d276a3338b65c7b56b4d88ff933c2c8c9
Alec Jacobson 6 年之前
父节点
当前提交
e6d6779dad
共有 1 个文件被更改,包括 2 次插入6 次删除
  1. 2 6
      include/igl/fast_winding_number.h

+ 2 - 6
include/igl/fast_winding_number.h

@@ -40,7 +40,7 @@ namespace igl
                                       const Eigen::MatrixBase<DerivedA>& A,
                                       const Eigen::MatrixBase<DerivedA>& A,
             const std::vector<std::vector<Index> > & point_indices,
             const std::vector<std::vector<Index> > & point_indices,
             const Eigen::MatrixBase<DerivedCH>& CH,
             const Eigen::MatrixBase<DerivedCH>& CH,
-            const int exansion_order,
+            const int expansion_order,
             Eigen::PlainObjectBase<DerivedCM>& CM,
             Eigen::PlainObjectBase<DerivedCM>& CM,
             Eigen::PlainObjectBase<DerivedR>& R,
             Eigen::PlainObjectBase<DerivedR>& R,
             Eigen::PlainObjectBase<DerivedEC>& EC);
             Eigen::PlainObjectBase<DerivedEC>& EC);
@@ -98,10 +98,6 @@ namespace igl
   //   N  #P by 3 list of point normals
   //   N  #P by 3 list of point normals
   //   A  #P by 1 list of point areas
   //   A  #P by 1 list of point areas
   //   Q  #Q by 3 list of query points for the winding number
   //   Q  #Q by 3 list of query points for the winding number
-  //   beta  This is a Barnes-Hut style accuracy term that separates near feild
-  //         from far field. The higher the beta, the more accurate and slower
-  //         the evaluation. We reccommend using a beta value of 2.
-  //   expansion_order    the order of the taylor expansion. We support 0,1,2.
   // Outputs:
   // Outputs:
   //   WN  #Q by 1 list of windinng number values at each query point
   //   WN  #Q by 1 list of windinng number values at each query point
   //
   //
@@ -119,4 +115,4 @@ namespace igl
 #endif
 #endif
 
 
 #endif
 #endif
-
+