Skip to content

Commit

Permalink
update deps to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
nmwsharp committed Dec 16, 2020
1 parent 1dfa668 commit 3353db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/geometry-central
Submodule geometry-central updated 30 files
+ docs/docs/media/flip_bezier.jpg
+ docs/docs/media/flip_cathead_refine.jpg
+ docs/docs/media/flip_geodesic.jpg
+ docs/docs/media/int_tri_teaser.jpg
+ docs/docs/media/vertex_scalar_curvatures.jpg
+2 −0 docs/docs/surface/algorithms/direction_fields.md
+209 −0 docs/docs/surface/algorithms/flip_geodesics.md
+269 −0 docs/docs/surface/algorithms/intrinsic_triangulations.md
+85 −26 docs/docs/surface/geometry/quantities.md
+6 −4 docs/docs/surface/surface_mesh/mutation.md
+11 −0 docs/docs/surface/surface_mesh/navigation.md
+2 −0 docs/mkdocs.yml
+2 −0 include/geometrycentral/surface/edge_length_geometry.h
+25 −0 include/geometrycentral/surface/edge_length_geometry.ipp
+33 −4 include/geometrycentral/surface/extrinsic_geometry_interface.h
+249 −0 include/geometrycentral/surface/flip_geodesics.h
+4 −8 include/geometrycentral/surface/manifold_surface_mesh.h
+9 −5 include/geometrycentral/surface/signpost_intrinsic_triangulation.h
+12 −2 include/geometrycentral/surface/signpost_intrinsic_triangulation.ipp
+1 −1 include/geometrycentral/surface/surface_mesh.h
+1 −1 include/geometrycentral/surface/trace_geodesic.h
+7 −1 include/geometrycentral/surface/vertex_position_geometry.h
+79 −0 include/geometrycentral/surface/vertex_position_geometry.ipp
+1 −0 src/CMakeLists.txt
+87 −0 src/surface/extrinsic_geometry_interface.cpp
+1,776 −0 src/surface/flip_geodesics.cpp
+211 −124 src/surface/manifold_surface_mesh.cpp
+9 −9 src/surface/signpost_intrinsic_triangulation.cpp
+9 −1 src/surface/surface_mesh.cpp
+37 −0 test/src/halfedge_mutation_test.cpp

0 comments on commit 3353db8

Please sign in to comment.