Commit Graph

107492 Commits

Author SHA1 Message Date
Sven Oesau 30d5ca75ee added vertex point map 2024-03-27 14:45:26 +01:00
Sven Oesau f0d32fe869
Merge branch 'master' into AABB_tree-2d_and_3d 2024-03-26 16:03:19 +01:00
Sven Oesau 65be6133d8 removing deprecated AABB types 2024-03-26 15:56:45 +01:00
Sven Oesau cee30fb51a cleanup traits 2024-03-26 14:31:02 +01:00
Laurent Rineau 3f434a21e3 fix CI 2024-03-26 10:47:49 +01:00
Laurent Rineau cbe292ed30 Merge branch '5.6.x-branch' 2024-03-26 10:21:28 +01:00
Laurent Rineau 89b2f2bc2b Merge pull request #8059 from janetournois/Tet_remeshing-document_peeling-jtournois
Tetrahedral_remeshing - `peel_slivers()`
2024-03-26 10:21:08 +01:00
Laurent Rineau bffa8f213e Merge pull request #8072 from janetournois/Mesh_3-use_one_step_loop-jtournois
Mesh_3 - fix mesher using the `one_step()` loop

# Conflicts:
#	Mesh_3/include/CGAL/Mesh_3/Triangulation_helpers.h
2024-03-26 10:21:00 +01:00
Laurent Rineau a0a9d42c5c Merge pull request #8072 from janetournois/Mesh_3-use_one_step_loop-jtournois
Mesh_3 - fix mesher using the `one_step()` loop
2024-03-26 10:09:33 +01:00
Laurent Rineau 54c5d19121 Merge pull request #6035 from afabri/CORE-boost_mp_number-GF
CORE: Use boost::multiprecision::number API
2024-03-26 10:04:54 +01:00
Sebastien Loriot a42ffdec11
Merge branch 'master' into CORE-boost_mp_number-GF 2024-03-26 00:27:22 +01:00
Sébastien Loriot a5f7ffb900 add missing suffix 2024-03-25 15:52:57 +01:00
Sébastien Loriot 88f44a53f9 restore changes lost while rebasing... 2024-03-23 15:41:25 +01:00
Sven Oesau 4c48945048 doc fix 2D/3D 2024-03-22 17:04:26 +01:00
Sven Oesau 12fab6bb09 using functors from concept to access ray instead of using methods 2024-03-22 16:31:42 +01:00
Sébastien Loriot 5b88dfa30b avoid another warning 2024-03-22 11:44:53 +01:00
Andreas Fabri 93c94ca115 static_cast<long> and assertion that it fits 2024-03-22 11:28:50 +01:00
Jane Tournois ad98ab16b7 unused argc, argv 2024-03-22 10:22:48 +01:00
Laurent Rineau f4b13b4a16 Merge branch '5.6.x-branch' 2024-03-22 09:21:10 +01:00
Laurent Rineau 8212284e1e Merge pull request #7608 from kenohori/gsoc2023-polygon_repair-kenohori
Polygon repair
2024-03-22 09:18:24 +01:00
Laurent Rineau 897499e318 Merge pull request #7672 from JacksonCampolattaro/orthtree-generalization
Orthtree generalization
2024-03-22 09:18:21 +01:00
Laurent Rineau 7a17b47d9f Merge pull request #8052 from afabri/Polygon-exact_area-GF
Polygon: Avoid stackoverflow when summing exact numbers

# Conflicts:
#	Polygon/include/CGAL/Polygon_2_algorithms.h
#	Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h
2024-03-22 09:18:07 +01:00
Laurent Rineau f6c1153338 Merge pull request #8076 from albert-github/feature/issue_8075
issue #8075 Documentation in Triangulation package
2024-03-22 09:10:27 +01:00
Laurent Rineau 9f96166d44 Merge branch '5.5.x-branch' into 5.6.x-branch
# Conflicts:
#	Polygon/include/CGAL/Polygon_2_algorithms.h
#	Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h
2024-03-22 09:09:57 +01:00
Laurent Rineau 8cab90ed8b Merge pull request #8052 from afabri/Polygon-exact_area-GF
Polygon: Avoid stackoverflow when summing exact numbers
2024-03-22 08:59:08 +01:00
Jane Tournois 369cfb6a37 full iterator types for P3M3 2024-03-21 17:08:53 +01:00
Jane Tournois 644d6493eb nearest_power_vertex() does not work on an empty triangulation 2024-03-21 16:33:26 +01:00
Laurent Rineau 30c303ff7d
Update CHANGES.md 2024-03-21 16:28:00 +01:00
Jane Tournois 44e176b88a
unused typedef
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
2024-03-21 16:13:30 +01:00
Sven Oesau 3d87460083 re-adding Point_2/3 to AABB_traits_2/3 for compatibility
renaming AABB_traits_intersection_base to AABB_traits_intersection_base_3
2024-03-21 16:04:06 +01:00
Sébastien Loriot 151b343f3c readd figs 2024-03-21 15:29:53 +01:00
Sven Oesau 98e5e951bb license header fix 2024-03-21 15:20:46 +01:00
Sven Oesau 0bc40dcdc6 moving AABB_traits_base and Remove_optional into separate files 2024-03-21 15:14:57 +01:00
Sven Oesau c193cea746 moving PointMap to end of template parameters 2024-03-21 14:55:35 +01:00
Sven Oesau bc24d14bb2 splitting example into declaration and test function 2024-03-21 14:45:07 +01:00
Sven Oesau 00a77dc2a7 cleaning types 2024-03-21 14:29:38 +01:00
Sébastien Loriot 363c79f2c8 please clang 2024-03-21 12:30:59 +01:00
Sven Oesau 86fe47c7f7 re-add Construct_projected_point_2 for 2d closest point query 2024-03-21 12:03:57 +01:00
Sven Oesau 8059230084 clean up 2024-03-21 12:02:59 +01:00
Sébastien Loriot c2e89fc2cc also update minimal version in find 2024-03-21 11:27:26 +01:00
Sébastien Loriot 7d3bd7107a add extLong constructor from std::size_t
try to workaround compilation issue on windows
2024-03-21 11:01:34 +01:00
Sébastien Loriot 57062536c3 another forgotten revert 2024-03-21 10:32:06 +01:00
Sébastien Loriot 92ef575127 use integer notation 2024-03-21 10:26:11 +01:00
Sébastien Loriot cb21cbdf2d update changes 2024-03-21 10:07:36 +01:00
Sébastien Loriot ee0a90bd4d undo more changes 2024-03-21 09:58:10 +01:00
Sébastien Loriot c6ee406603 undo projection traits changes 2024-03-21 09:41:25 +01:00
Sven Oesau bc3e8fa235 removed type wrapper
added Ray/Vector types in AABB_traits_2/3
2024-03-21 08:17:47 +01:00
Sven Oesau 560e576488 fix ci 2024-03-20 18:10:54 +01:00
Sven Oesau 8583c4b1d8 added wrapper to map ray/vector types from AABB_traits_2 2024-03-20 17:44:57 +01:00
Sébastien Loriot c249476467 fix conversion warning
follow the code rather than the doc...
2024-03-20 13:42:45 +01:00