Sfoglia il codice sorgente

Better comment

Former-commit-id: 105f60786eda03edd33eb01d1359473cf28747d9
Alec Jacobson 7 anni fa
parent
commit
3b0ac34f36
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      include/igl/combine.h

+ 2 - 2
include/igl/combine.h

@@ -14,8 +14,8 @@
 
 namespace igl
 {
-  // Combine k meshes into a single >=k connected component mesh with a single
-  // vertex list and face list. Similar to Maya's Combine operation.
+  // Concatenate k meshes into a single >=k connected component mesh with a
+  // single vertex list and face list. Similar to Maya's Combine operation. 
   //
   // Inputs:
   //   VV  k-long list of lists of mesh vertex positions