Browse Source

Better comment

Former-commit-id: 105f60786eda03edd33eb01d1359473cf28747d9
Alec Jacobson 7 năm trước cách đây
mục cha
commit
3b0ac34f36
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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