3 files changed
+5
-4
lines changedSubmodule geometry-central updated 44 files
- .github/workflows/linux.yml+2-11
- CMakeLists.txt+1-1
- README.md+5-5
- deps/CMakeLists.txt+20-7
- deps/nanoflann/include/nanoflann.hpp
- docs/README.md+1-1
- docs/docs/index.md+5-5
- docs/docs/media/intersect.png
- docs/docs/media/self_intersect.png
- docs/docs/media/spot-triangulation-original.png
- docs/docs/media/spot-triangulation-remeshed.png
- docs/docs/media/stripes_isolines.png
- docs/docs/surface/algorithms/geodesic_distance.md+48-21
- docs/docs/surface/algorithms/geodesic_paths.md+1
- docs/docs/surface/algorithms/intersection.md+63
- docs/docs/surface/algorithms/remeshing.md+100
- docs/docs/surface/algorithms/stripes.md+78
- docs/mkdocs.yml+9-8
- include/geometrycentral/surface/barycentric_coordinate_helpers.h+5-1
- include/geometrycentral/surface/barycentric_coordinate_helpers.ipp+25
- include/geometrycentral/surface/exact_geodesic_helpers.h+33-13
- include/geometrycentral/surface/exact_geodesics.h+30-18
- include/geometrycentral/surface/intersection.h+25
- include/geometrycentral/surface/mutation_manager.h+43-1
- include/geometrycentral/surface/remeshing.h+61
- include/geometrycentral/surface/stripe_patterns.h+36
- include/geometrycentral/surface/surface_mesh.h+1
- include/geometrycentral/surface/trace_geodesic.h+3-1
- include/geometrycentral/utilities/elementary_geometry.h+11
- src/CMakeLists.txt+7-1
- src/surface/boundary_first_flattening.cpp+13-13
- src/surface/exact_geodesic_helpers.cpp+109-18
- src/surface/exact_geodesics.cpp+162-40
- src/surface/integer_coordinates_intrinsic_triangulation.cpp+4-4
- src/surface/intersection.cpp+88
- src/surface/manifold_surface_mesh.cpp+58-13
- src/surface/mutation_manager.cpp+97-3
- src/surface/remeshing.cpp+429
- src/surface/stripe_patterns.cpp+560
- src/surface/surface_mesh.cpp+4
- src/surface/trace_geodesic.cpp+15-5
- src/utilities/knn.cpp+1-1
- src/utilities/tri_tri_intersect.cpp+744
- test/CMakeLists.txt+6
+3-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
| 92 | + | |
92 | 93 |
| |
93 | 94 |
| |
| 95 | + | |
94 | 96 |
| |
95 |
| - | |
96 | 97 |
| |
97 | 98 |
| |
98 | 99 |
| |
99 |
| - | |
| 100 | + | |
100 | 101 |
| |
101 | 102 |
| |
102 | 103 |
| |
|
0 commit comments