浏览代码

Update the documentation of is_vertex_manifold.

Former-commit-id: 996ae7b7361ea5aff856696dba15feb135cd8e09
Qingnan Zhou 9 年之前
父节点
当前提交
9f0396b085
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/igl/is_vertex_manifold.h

+ 1 - 1
include/igl/is_vertex_manifold.h

@@ -22,7 +22,7 @@ namespace igl
   // Inputs:
   //   F  #F by 3 list of triangle indices
   // Outputs:
-  //   B  #V list whether 
+  //   B  #V list indicate whether each vertex is locally manifold.
   // Returns whether mesh is vertex manifold.
   //
   // See also: is_edge_manifold