瀏覽代碼

Better comment

Former-commit-id: 105f60786eda03edd33eb01d1359473cf28747d9
Alec Jacobson 7 年之前
父節點
當前提交
3b0ac34f36
共有 1 個文件被更改,包括 2 次插入2 次删除
  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