Browse Source

better doc

Former-commit-id: 2cac593f997360b048a28d78662ef4b5a9dec6f6
Alec Jacobson 8 years ago
parent
commit
5a861b7081
1 changed files with 2 additions and 1 deletions
  1. 2 1
      include/igl/all_edges.h

+ 2 - 1
include/igl/all_edges.h

@@ -11,7 +11,8 @@
 #include <Eigen/Dense>
 namespace igl
 {
-  // ALL_EDGES Determines all "directed edges" of a given set of simplices
+  // ALL_EDGES Determines all "directed edges" of a given set of simplices. For
+  // a manifold mesh, this computes all of the half-edges
   //
   // Inputs:
   //   F  #F by simplex_size list of "faces"