Ver código fonte

massmatrix also apparently supports tets?

Former-commit-id: c0c158c4cebe6292e3d126ae6e99d5a330fbd6c2
James Andrews 6 anos atrás
pai
commit
c47b26d73a
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      include/igl/massmatrix.h

+ 1 - 1
include/igl/massmatrix.h

@@ -35,7 +35,7 @@ namespace igl
   //   Scalar  scalar type for eigen sparse matrix (e.g. double)
   // Inputs:
   //   V  #V by dim list of mesh vertex positions
-  //   F  #F by simplex_size list of mesh faces (must be triangles)
+  //   F  #F by simplex_size list of mesh elements (triangles or tetrahedra)
   //   type  one of the following ints:
   //     MASSMATRIX_TYPE_BARYCENTRIC  barycentric
   //     MASSMATRIX_TYPE_VORONOI voronoi-hybrid {default}