瀏覽代碼

fix dimensions

Alec Jacobson 2 年之前
父節點
當前提交
a0bb5bb813
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/igl/hessian.h

+ 1 - 1
include/igl/hessian.h

@@ -25,7 +25,7 @@ namespace igl
   ///
   /// @param[in] V  #V by dim list of mesh vertex positions
   /// @param[in] F  #F by 3 list of mesh faces (must be triangles)
-  /// @param[out] H  dim²#V by #V Hessian Hessian matrix, each column i
+  /// @param[out] H  dim²#V by dim²⋅#V Hessian Hessian matrix, each column i
   ///     corresponding to V(i,:)
   ///
   ///