Explorar o código

cotmatrix appears to support tetrahedra too

Former-commit-id: c0c1cb00a3a334536fe4bdb56b0d9387a1fb7b7f
James Andrews %!s(int64=7) %!d(string=hai) anos
pai
achega
db2419a6e3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/igl/cotmatrix.h

+ 1 - 1
include/igl/cotmatrix.h

@@ -32,7 +32,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)
   // Outputs: 
   //   L  #V by #V cotangent matrix, each row i corresponding to V(i,:)
   //