瀏覽代碼

note

Former-commit-id: e7a9f89f40c595d65cf28df9f2f8db99958b4abf
Alec Jacobson 9 年之前
父節點
當前提交
d32071235f
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      include/igl/cut_mesh.h

+ 3 - 0
include/igl/cut_mesh.h

@@ -17,6 +17,9 @@ namespace igl
   // Given a mesh and a list of edges that are to be cut, the function
   // generates a new disk-topology mesh that has the cuts at its boundary.
   //
+  // Todo: this combinatorial operation should not depend on the vertex
+  // positions V.
+  //
   // Inputs:
   //   V  #V by 3 list of the vertex positions
   //   F  #F by 3 list of the faces (must be triangles)