فهرست منبع

fix doc includes unnecessary argument

KarlLeell 6 سال پیش
والد
کامیت
80b2282f69
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      include/igl/bounding_box_diagonal.h

+ 0 - 1
include/igl/bounding_box_diagonal.h

@@ -16,7 +16,6 @@ namespace igl
   //
   //
   // Inputs:
   // Inputs:
   //   V  #V by 3 list of vertex positions
   //   V  #V by 3 list of vertex positions
-  //   F  #F by 3 list of triangle indices into V
   // Returns length of bounding box diagonal
   // Returns length of bounding box diagonal
   IGL_INLINE double bounding_box_diagonal( const Eigen::MatrixXd & V);
   IGL_INLINE double bounding_box_diagonal( const Eigen::MatrixXd & V);
 }
 }