소스 검색

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