fix dimensions

This commit is contained in:
Alec Jacobson
2023-08-26 23:13:36 -04:00
parent 5779714a5b
commit a0bb5bb813
+1 -1
View File
@@ -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,:)
///
///