Browse Source

Update volume.h (#1310)

Zhongshi 6 năm trước cách đây
mục cha
commit
8cbc8da130
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      include/igl/volume.h

+ 1 - 1
include/igl/volume.h

@@ -20,7 +20,7 @@ namespace igl
   //   V  #V by dim list of vertex positions
   //   T  #V by 4 list of tet indices
   // Outputs:
-  //   vol  #T list of dihedral angles (in radians)
+  //   vol  #T list of tetrahedron volumes
   //
   template <
     typename DerivedV,