Laurent Rineau
5cd8ec24e9
Merge pull request #6409 from albert-github/feature/bug_Algebraic_kernel_d_advanced
...
Algebraic_kernel_d: Incorrect deprecated sections
2022-03-18 15:58:19 +01:00
Laurent Rineau
88ea771bfd
Merge pull request #6410 from albert-github/feature/bug_Surface_mesh_deformation_advanced
...
Surface_mesh_deformation: Incorrect deprecated sections
2022-03-18 15:58:16 +01:00
Laurent Rineau
25d9319b42
Merge pull request #6411 from albert-github/feature/bug_Point_set_processing_3_missing_end
...
Point_set_processing_3: Missing end command for cgalParam
2022-03-18 15:58:14 +01:00
Laurent Rineau
65c397fb14
Merge pull request #6414 from albert-github/feature/bug_Polygon_mesh_processing_missing_end
...
Polygon_mesh_processing: Missing end command for cgalParam
2022-03-18 15:58:12 +01:00
Laurent Rineau
65b10fde4b
Merge pull request #6416 from afabri/Algebraic_kernel-assertion_code-GF
...
Algebraic_kernel_d: Use CGAL_assertion_code
2022-03-18 15:58:10 +01:00
Laurent Rineau
090ec14895
Merge pull request #6417 from afabri/Generator-unused-GF
...
Generator: Remove unused variable
2022-03-18 15:58:07 +01:00
Laurent Rineau
6d067f141c
Merge pull request #6418 from albert-github/feature/bug_enumeration
...
Periodic_4_hyperbolic_triangulation_2 and Hyperbolic_triangulation_2: Incorrect enumeration sections
2022-03-18 15:58:04 +01:00
Laurent Rineau
d0802048db
Merge pull request #6420 from albert-github/feature/bug_Barycentric_coordinates_2_unused_anchor
...
Barycentric_coordinates_2: Unused anchor
2022-03-18 15:58:02 +01:00
albert-github
0f37e55132
Barycentric_coordinates_2: Unused anchor
...
Removing unused achor it is defined but never used.
(gives double defined anchor in the "Related Functions" section and "Friends And Related Function Documentation" section.)
2022-03-16 15:15:51 +01:00
Andreas Fabri
3f8b32d5dc
Do the same for the another function
2022-03-16 14:53:06 +01:00
albert-github
87aafeac67
Periodic_4_hyperbolic_triangulation_2 and Hyperbolic_triangulation_2: Incorrect enumeration sections
...
resetting permissions
2022-03-16 13:19:01 +01:00
albert-github
63f39878ab
Periodic_4_hyperbolic_triangulation_2 and Hyperbolic_triangulation_2: Incorrect enumeration sections
...
In the files Periodic_4_hyperbolic_triangulation_2/classCGAL_1_1Periodic__4__hyperbolic__triangulation__2.html and Hyperbolic_triangulation_2/classCGAL_1_1Hyperbolic__Delaunay__triangulation__2.html we see that for the enumeration the heading is missing.
Furthermore the resulting HTML code is not valid (we see a `tr` tag outside a `table` tag).
2022-03-16 12:47:53 +01:00
Andreas Fabri
2603bf7ae5
CGAL::assertion_code -> CGAL_assertion_code
2022-03-16 09:08:12 +01:00
Andreas Fabri
bb82c7049e
Generator: Remove unused variable
2022-03-16 08:31:30 +01:00
Andreas Fabri
99537610bf
Algebraic_kernel_d: Use CGAL_assertion_code
2022-03-16 08:20:52 +01:00
albert-github
bea89479f5
Polygon_mesh_processing: Missing end command for cgalParam
...
A `\cgalParamEnd` was missing, resulting in an incorrect sequence of HTML tags.
2022-03-15 10:59:59 +01:00
albert-github
772d26ac48
Point_set_processing_3: Missing end command for cgalParam
...
A `\cgalParamEnd` was missing, resulting in an incorrect sequence of HTML tags (in the output just a small extra white space was shown)
2022-03-14 19:36:37 +01:00
albert-github
df8aa6904f
Surface_mesh_deformation: Incorrect deprecated sections
...
In the file Surface_mesh_deformation/index.html the deprecated section is not properly shown due to the fact that the list is not properly closed.
2022-03-14 19:09:21 +01:00
albert-github
ff962b180f
Algebraic_kernel_d: Incorrect deprectated sections
...
In the files Algebraic_kernel_d/CGAL/Algebraic_kernel_d_1.h and Algebraic_kernel_d/CGAL/Algebraic_kernel_d_2.h the deprecated section is not properly shown due to the fact that the list is not properly closed.
2022-03-14 18:56:44 +01:00
Laurent Rineau
c837828770
Merge branch '5.4.x-branch'
2022-03-10 11:05:39 +01:00
Laurent Rineau
208b286457
Merge pull request #6380 from sloriot/PMP-hole_filling_skip_cubic_search_space
...
PMP hole filling: Add an option to only use Delaunay based versions
2022-03-10 11:05:30 +01:00
Laurent Rineau
aca9278804
Merge pull request #6381 from afabri/Polygon-ranges-GF
...
Polygon_2: Add functions for ranges
2022-03-10 11:05:27 +01:00
Laurent Rineau
6e6687faa7
Merge pull request #6388 from afabri/Triangulation_2-conflict_then_star_example-GF
...
Triangulation_2: Add Example for Starring a Conflict Zone
2022-03-10 11:05:25 +01:00
Laurent Rineau
df3a53110e
Merge pull request #6390 from gdamiand/draw_nef_3-gdamiand
...
Draw nef 3
2022-03-10 11:05:23 +01:00
Laurent Rineau
82bef3fc90
Merge pull request #6392 from CGAL/CGAL-doc_inter_do_inter
...
better reference Kernel intersection functions
2022-03-10 11:05:21 +01: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
Laurent Rineau
e5e4ad7267
Merge branch '5.4.x-branch'
2022-03-09 11:40:31 +01:00
Laurent Rineau
479d9025ed
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:26 +01: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
e49dc50456
Merge branch '5.4.x-branch'
2022-03-09 11:38:16 +01:00
Laurent Rineau
5b16fb761a
Merge pull request #5624 from sloriot/PMP-autoref_epick_point_update
...
Handle the update of points for autorefinement
2022-03-09 11:35:26 +01:00
Laurent Rineau
2b0b0b7817
Merge pull request #6341 from afabri/PMP_extrude_example-GF
...
PMP: Add example for extrude_mesh()
2022-03-09 11:35:24 +01:00
Laurent Rineau
571f1d3b96
Merge pull request #6368 from sloriot/CGAL-devman
...
remove deprecated recommendation
2022-03-09 11:35:22 +01:00
Laurent Rineau
25b6d76737
Merge pull request #6370 from MaelRL/PMP-Fix_NP_forwarding_in_degen_removal-GF
...
Fix not using / forwarding traits
2022-03-09 11:35:20 +01:00
Laurent Rineau
48d61394d8
Merge pull request #6372 from afabri/Triangulation_2-typo-GF
...
Triangulation_2: Fix doc bug
2022-03-09 11:35:17 +01:00
Laurent Rineau
8e62c63bc9
Merge pull request #6373 from MaelRL/BGL-Fix_make_ico-GF
...
Fix make_icosahedron() having wrong radius
2022-03-09 11:35:15 +01:00
Laurent Rineau
89e4e4a367
Merge pull request #6376 from sloriot/Stream_support-fix_STL_binary
...
fix stl binary
2022-03-09 11:35:13 +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
Guillaume Damiand
2df2398108
trailing...
2022-03-07 17:37:54 +01:00
Guillaume Damiand
182389ed44
Update draw nef3 example to observe faces with holes
2022-03-07 17:33:07 +01:00
Guillaume Damiand
dd653cd396
Update nef_3 draw to deal with faces with holes.
2022-03-07 17:32:26 +01:00
Andreas Fabri
eba31bec5e
Update Triangulation_2/examples/Triangulation_2/star_conflict_zone.cpp
...
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
2022-03-07 15:12:13 +01:00