Browse Source

[ci skip] improve doc

Alec Jacobson 9 months ago
parent
commit
a72b9386c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/igl/copyleft/cgal/fast_winding_number.h

+ 1 - 1
include/igl/copyleft/cgal/fast_winding_number.h

@@ -20,10 +20,10 @@ namespace igl
       /// @param[in] P  #P by 3 list of point locations
       /// @param[in] P  #P by 3 list of point locations
       /// @param[in] N  #P by 3 list of point normals
       /// @param[in] N  #P by 3 list of point normals
       /// @param[in] Q  #Q by 3 list of query points for the winding number
       /// @param[in] Q  #Q by 3 list of query points for the winding number
+      /// @param[in] expansion_order    the order of the taylor expansion. We support 0,1,2.
       /// @param[in] beta  This is a Barnes-Hut style accuracy term that separates near feild
       /// @param[in] 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
       ///         from far field. The higher the beta, the more accurate and slower
       ///         the evaluation. We reccommend using a beta value of 2.
       ///         the evaluation. We reccommend using a beta value of 2.
-      /// @param[in] expansion_order    the order of the taylor expansion. We support 0,1,2.
       /// @param[out] WN  #Q by 1 list of windinng number values at each query point
       /// @param[out] WN  #Q by 1 list of windinng number values at each query point
       ///
       ///
       template <
       template <