Commit Graph

99270 Commits

Author SHA1 Message Date
Laurent Rineau 9b39561825 Merge pull request #6399 from afabri/Kernel_23-overload_for_origin-GF
Kernel_23: Add Orientation_3::operator()(Origin,Point_3,Point_3,Point_3)
2022-03-30 09:23:32 +02:00
Laurent Rineau 781c81d4a5 Merge pull request #6395 from afabri/TDS-better_initialization_of_Unique_hash_map-GF
TDS: Initialize the size of Unique_hash_map
2022-03-18 15:57:04 +01:00
Andreas Fabri 6c66626cba int -> std::size_t 2022-03-16 08:01:56 +01:00
Andreas Fabri 9a2d782345 No need for parameter 2022-03-15 12:42:56 +01:00
Andreas Fabri c3ba0ab4a2 Fix the test code 2022-03-14 10:27:33 +01:00
Andreas Fabri c4b8c370cb Deal with Null_vector similar to Origin 2022-03-11 10:26:00 +00:00
Andreas Fabri 7a7e1d2724
Update Cartesian_kernel/include/CGAL/Cartesian/function_objects.h
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
2022-03-11 11:13:42 +01:00
Andreas Fabri 53a6308edb No longer a need for a partial specaialization for Bbox (thank you Mael) 2022-03-11 09:17:45 +00:00
Andreas Fabri 04fa75eb84 Use auto 2022-03-11 09:12:17 +00:00
Andreas Fabri 6e4483a7d0 The same for Construct_orthogonal_vector_3 2022-03-10 14:18:48 +00:00
Andreas Fabri f01e24c75b Add Orientation_3::operator()(Origin,Point_3,Point_3,Point_3) 2022-03-10 10:55:44 +00:00
Laurent Rineau 6c92061772 Merge pull request #6392 from CGAL/CGAL-doc_inter_do_inter
better reference Kernel intersection functions
2022-03-10 11:03:45 +01:00
Andreas Fabri f3db661acb Deal a little bit with Linear_cell_complex and Combinatorial_map 2022-03-09 14:13:31 +00:00
Andreas Fabri 48c462bf72 Change in CDTplus 2022-03-09 13:46:55 +00:00
Andreas Fabri 2a513a0195 Clean up Straight_skeleton as Unique_hash_map is not used at all 2022-03-09 13:23:07 +00:00
Andreas Fabri 7a1aaa40b4 Clean up Skin_surface as Unique_hash_map is not used at all 2022-03-09 13:11:19 +00:00
Andreas Fabri 4eac47f274 fix typo 2022-03-09 12:57:23 +00:00
Andreas Fabri cdbf0d7d9a Initialize the size of Unique_hash_map 2022-03-09 11:34:12 +00:00
Laurent Rineau 48bb648c57 Merge pull request #6359 from MaelRL/Distance_3-fix_p_tr_distance-GF
Fix squared_distance(Point_3, Triangle_3)
2022-03-09 11:40:04 +01:00
Laurent Rineau a517d406d2 Merge branch '5.3.x-branch' into 5.4.x-branch 2022-03-09 11:34:50 +01:00
Laurent Rineau 6e10413fee Merge pull request #6370 from MaelRL/PMP-Fix_NP_forwarding_in_degen_removal-GF
Fix not using / forwarding traits
2022-03-09 11:33:24 +01:00
Laurent Rineau 948a525d56 Merge pull request #6372 from afabri/Triangulation_2-typo-GF
Triangulation_2: Fix doc bug
2022-03-09 11:33:22 +01:00
Laurent Rineau 8614f859d6 Merge pull request #6373 from MaelRL/BGL-Fix_make_ico-GF
Fix make_icosahedron() having wrong radius
2022-03-09 11:33:19 +01:00
Laurent Rineau 78f9324d13 Merge pull request #6376 from sloriot/Stream_support-fix_STL_binary
fix stl binary
2022-03-09 11:33:17 +01:00
Laurent Rineau 5dfbb0f140 Merge pull request #6370 from MaelRL/PMP-Fix_NP_forwarding_in_degen_removal-GF
Fix not using / forwarding traits
2022-03-09 11:29:05 +01:00
Laurent Rineau de7503a788 Merge pull request #6373 from MaelRL/BGL-Fix_make_ico-GF
Fix make_icosahedron() having wrong radius
2022-03-09 11:29:03 +01:00
Laurent Rineau 96bf388601 Merge pull request #6376 from sloriot/Stream_support-fix_STL_binary
fix stl binary
2022-03-09 11:29:01 +01:00
Sébastien Loriot 943a506526 better reference Kernel intersection functions 2022-03-08 15:52:14 +01:00
Sébastien Loriot 72853c00da remove unused variable 2022-03-04 15:29:34 +01:00
Sébastien Loriot eb505ae8b8 remove unused variable 2022-03-04 06:04:39 +01:00
Sébastien Loriot fef50179e0 allow ASCII files with many spaces on the first lines 2022-03-03 16:05:24 +01:00
Sébastien Loriot 733c8de28b do not try to read after the 80 char for the header
Since the next "word" to be read is a INT32 in binary mode, the char read
from it does not mean anything
2022-03-03 11:14:50 +01:00
Sébastien Loriot 4f640c5bd6 add test failing from issue 6374 2022-03-03 11:14:19 +01:00
Andreas Fabri 9124b5705a Add the documentation of Vertices_in_constraint 2022-03-03 08:43:36 +00:00
Laurent Rineau e27855980a Merge branch '5.3.x-branch' into 5.4.x-branch 2022-03-02 15:13:25 +01:00
Laurent Rineau e855b2738e Merge pull request #6352 from sloriot/PMP-null_vertor_hole_filling_2D
ignore CDT2 if normal is null
2022-03-02 15:13:16 +01:00
Laurent Rineau b017379614 Merge pull request #6360 from lrineau/Polyhedron_demo-fix_issue_6357
3D demo offset_meshing_plugin: Fix the use of the manifold criterion
2022-03-02 15:13:13 +01:00
Laurent Rineau 0884955606 Merge pull request #6352 from sloriot/PMP-null_vertor_hole_filling_2D
ignore CDT2 if normal is null
2022-03-02 15:13:00 +01:00
Laurent Rineau a4f850bc62 Merge pull request #6360 from lrineau/Polyhedron_demo-fix_issue_6357
3D demo offset_meshing_plugin: Fix the use of the manifold criterion
2022-03-02 15:12:58 +01:00
Mael Rouxel-Labbé 0994eed6c5 Fix make_icosahedron() having wrong radius 2022-03-02 11:42:23 +01:00
Andreas Fabri 0be1afac1d Triangulation_2: Fix doc bug 2022-03-02 10:24:16 +00:00
Mael Rouxel-Labbé cc0f3493d5 Fix not using/fwing traits 2022-03-01 22:03:39 +01:00
Mael Rouxel-Labbé 5aeb59215f Avoid some superfluous checks 2022-02-28 11:29:54 +01:00
Mael Rouxel-Labbé 192ae3fb83 Use kernel functor 2022-02-25 15:56:27 +01:00
Laurent Rineau 3bd0f0d601 Fix the use of the manifold criterion
Fix #6357
2022-02-25 14:35:36 +01:00
Mael Rouxel-Labbé 36c800688d More tests 2022-02-25 13:40:02 +01:00
Mael Rouxel-Labbé d048a50f57 Revert b95c60fc9f
One orientation is not sufficient to determine which segment realizes the min.
Reverting to the previous implementation.

b95c60fc9f
2022-02-25 13:38:45 +01:00
Mael Rouxel-Labbé 2dd39271e6 Fix typo 2022-02-24 21:58:28 +01:00
Sébastien Loriot 74acb888ca ignore CDT2 is normal is null 2022-02-24 14:05:40 +01:00
Laurent Rineau 3452fb7596 Merge branch '5.3.x-branch' into 5.4.x-branch 2022-02-24 09:44:50 +01:00