浏览代码

table?

Former-commit-id: 96320e6a3415ff0f7eb9cdbce19984209e72b950
Alec Jacobson 11 年之前
父节点
当前提交
3c749ea28d
共有 1 个文件被更改,包括 30 次插入30 次删除
  1. 30 30
      README.md

+ 30 - 30
README.md

@@ -324,36 +324,36 @@ current users should read and adapt their code accordingly.
 The following table lists functions which have changed name as of version
 The following table lists functions which have changed name as of version
 1.0.0:
 1.0.0:
 
 
- Old | --> | New
- ----|-|----
- `igl::add_barycenter`| |`igl::false_barycentric_subdivision`
- `igl::areamatrix`| |`igl::vector_area_matrix`
- `igl::barycentric2global`| |`igl::barycentric_to_global`
- `igl::boundary_faces`| |`igl::boundary_facets`
- `igl::boundary_vertices_sorted`| |`igl::boundary_loop`
- `igl::cotangent`| |`igl::cotmatrix_entries`
- `igl::edgetopology`| |`igl::edge_topology`
- `igl::gradMat`| |`igl::grad`
- `igl::is_manifold`| |`igl::is_edge_manifold`
- `igl::mexStream`| |`igl::MexStream`
- `igl::moveFV`| |`igl::average_onto_vertices`
- `igl::moveVF`| |`igl::average_onto_faces`
- `igl::plot_vector`| |`igl::print_vector`
- `igl::pos`| |`igl::HalfEdgeIterator`
- `igl::plane_project`| |`igl::project_isometrically_to_plane`
- `igl::project_points_mesh`| |`igl::line_mesh_intersection`
- `igl::read`| |`igl::read_triangle_mesh`
- `igl::removeDuplicates.cpp`| |`igl::remove_duplicates`
- `igl::removeUnreferenced`| |`igl::remove_unreferenced`
- `igl::tt`| |`igl::triangle_triangle_adjacency`
- `igl::vf`| |`igl::vertex_triangle_adjacency`
- `igl::write`| |`igl::write_triangle_mesh`
- `igl::manifold_patches`| |`igl::orientable_patches`
- `igl::selfintersect`| |`igl::remesh_self_intersections`
- `igl::project_mesh`| |`igl::line_mesh_intersection`
- `igl::triangulate`| |`igl::polygon_mesh_to_triangle_mesh`
- `igl::is_manifold`| |`igl::is_edge_manifold`
- `igl::triangle_wrapper`| |`igl::triangulate`
+Old | --> | New
+----|-|----
+`igl::add_barycenter`| |`igl::false_barycentric_subdivision`
+`igl::areamatrix`| |`igl::vector_area_matrix`
+`igl::barycentric2global`| |`igl::barycentric_to_global`
+`igl::boundary_faces`| |`igl::boundary_facets`
+`igl::boundary_vertices_sorted`| |`igl::boundary_loop`
+`igl::cotangent`| |`igl::cotmatrix_entries`
+`igl::edgetopology`| |`igl::edge_topology`
+`igl::gradMat`| |`igl::grad`
+`igl::is_manifold`| |`igl::is_edge_manifold`
+`igl::mexStream`| |`igl::MexStream`
+`igl::moveFV`| |`igl::average_onto_vertices`
+`igl::moveVF`| |`igl::average_onto_faces`
+`igl::plot_vector`| |`igl::print_vector`
+`igl::pos`| |`igl::HalfEdgeIterator`
+`igl::plane_project`| |`igl::project_isometrically_to_plane`
+`igl::project_points_mesh`| |`igl::line_mesh_intersection`
+`igl::read`| |`igl::read_triangle_mesh`
+`igl::removeDuplicates.cpp`| |`igl::remove_duplicates`
+`igl::removeUnreferenced`| |`igl::remove_unreferenced`
+`igl::tt`| |`igl::triangle_triangle_adjacency`
+`igl::vf`| |`igl::vertex_triangle_adjacency`
+`igl::write`| |`igl::write_triangle_mesh`
+`igl::manifold_patches`| |`igl::orientable_patches`
+`igl::selfintersect`| |`igl::remesh_self_intersections`
+`igl::project_mesh`| |`igl::line_mesh_intersection`
+`igl::triangulate`| |`igl::polygon_mesh_to_triangle_mesh`
+`igl::is_manifold`| |`igl::is_edge_manifold`
+`igl::triangle_wrapper`| |`igl::triangulate`
 
 
 ### Miscellaneous ###
 ### Miscellaneous ###
  - To match interfaces provided by (all) other quadratic optimization
  - To match interfaces provided by (all) other quadratic optimization