Jane Tournois
3ceaaccfa1
document Bbox_3::scale(factor)
2024-03-04 16:09:40 +01:00
Jane Tournois
272beb678a
move scaling to CGAL::Bbox_3
2024-03-04 16:08:10 +01:00
Jane Tournois
124f2b1eff
CHANGES.md
2024-02-19 11:01:34 +01:00
Jane Tournois
cb07b0f545
use midpoint from GT (and add precondition on factor)
2024-02-13 15:04:43 +01:00
Jane Tournois
83e80c91e9
doc
2024-02-13 13:48:24 +01:00
Jane Tournois
c23db551f3
make bbox really tight when factor is 1.
2024-02-13 11:50:10 +01:00
Jane Tournois
6191f7de3c
use split_face() instead of triangulate_faces()
...
and remove dependency on T2
2024-02-13 10:31:26 +01:00
Jane Tournois
b48760af26
use do_not_triangulate_faces
...
a NP that already existed before this PR
2024-02-12 17:08:46 +01:00
Jane Tournois
801d7822c6
doc
2024-02-12 16:39:54 +01:00
Jane Tournois
9f863845c6
add PMP::add_bbox(pmesh) to repair plugin
2024-02-12 16:34:20 +01:00
Jane Tournois
6ed6aa681a
improve add_bbox using make_hexahedron and Iso_cuboid_3
2024-02-12 16:32:52 +01:00
Jane Tournois
62b8e8fb6f
new function add_bbox(face_graph) that adds bbox to face graph
...
the bbox can be :
* triangulated or not
* tight or not
2024-02-06 12:13:03 +01:00
Sébastien Loriot
a484bfa35a
add missing include directives
2024-01-12 09:12:09 +01:00
Laurent Rineau
61800d1be7
CGAL Lab: Rendering polygons with ghost edges ( #7898 )
...
Polygons and meshes with non-triangular faces that have ghost edges,
i.e., holes connected via two identical edges to the outer border of the
polygon, are now correctly rendered.
The FacetTriangulator now uses mark_domain_in_triangulation to set
is_external property.
## Release Management
* Affected package(s): Polyhedron/demo
2024-01-11 14:01:52 +01:00
Laurent Rineau
b5d9dfaebe
Merge branch '5.6.x-branch'
2024-01-11 12:46:23 +01:00
Laurent Rineau
22d7ee7796
Merge pull request #7956 from albert-github/feature/bug_cookie
...
Treeview missing due to missing setting in `header_package.html`
2024-01-11 12:46:08 +01:00
Laurent Rineau
2168d6e2bb
Merge pull request #7959 from MaelRL/Installation-Update_README-GF
...
Update Installation/README
2024-01-11 12:45:53 +01:00
Laurent Rineau
83ec3af01d
Merge pull request #7961 from afabri/CGAL-snprintf-GF
...
Image_IO: sprintf -> snprintf
2024-01-11 12:45:42 +01:00
Laurent Rineau
b4f360f952
Merge pull request #7962 from sloriot/CGAL-header_fixes
...
Fix license issues
2024-01-11 12:45:40 +01:00
Laurent Rineau
41258bf760
Merge pull request #7963 from sloriot/CGAL-cmake_remove_exec_command
...
Use execute_process that is recommanded over exec_command since 3.0
2024-01-11 12:45:38 +01:00
Laurent Rineau
11fc1943fb
Merge branch '5.5.x-branch' into 5.6.x-branch
2024-01-11 12:44:54 +01:00
Laurent Rineau
340c825aa5
Merge pull request #7963 from sloriot/CGAL-cmake_remove_exec_command
...
Use execute_process that is recommanded over exec_command since 3.0
2024-01-11 12:44:49 +01:00
Laurent Rineau
bb986eea43
Merge pull request #7963 from sloriot/CGAL-cmake_remove_exec_command
...
Use execute_process that is recommanded over exec_command since 3.0
2024-01-11 12:43:53 +01:00
Sven Oesau
de17922ca4
removed warnings
2024-01-09 10:26:19 +01:00
Sébastien Loriot
182b2c7792
fix warning
2024-01-08 16:53:52 +01:00
Andreas Fabri
468f4530d0
Compute strlen using snprintf
2024-01-08 12:13:22 +00:00
Laurent Rineau
6df7424612
Merge branch '5.5.x-branch'
2024-01-08 10:59:49 +01:00
Laurent Rineau
078b07ba62
Merge pull request #7950 from efifogel/Ss_2-test_conics-efif
...
Surface_sweep_2: enhance the conic tests
2024-01-08 10:59:18 +01:00
Laurent Rineau
3607dc8d0c
Merge pull request #7953 from sloriot/Kernel_23-remove_unused_var
...
Remove unused variable
2024-01-08 10:59:12 +01:00
Laurent Rineau
0726c9c40c
Merge pull request #7955 from sloriot/PMP-autoref_license
...
Autorefinement has its own license file
2024-01-08 10:59:08 +01:00
Laurent Rineau
d9e5a1fba7
Merge pull request #7953 from sloriot/Kernel_23-remove_unused_var
...
Remove unused variable
2024-01-08 10:58:26 +01:00
Mael Rouxel-Labbé
c604031656
Add another missing GPL license to gpl_package_list.txt
2024-01-05 15:46:03 +01:00
Sébastien Loriot
f970b9bba4
add option to remove extra newline
2024-01-05 14:08:32 +01:00
Mael Rouxel-Labbé
b2919c7bd7
Re-order some package names to follow alphabetical order
2024-01-05 12:55:42 +01:00
Mael Rouxel-Labbé
526700057a
Add missing GPL packages in the gpl_package_list.txt collection
2024-01-05 12:55:10 +01:00
Sébastien Loriot
4a2d0704fc
fix warnings
2024-01-04 17:27:10 +01:00
Sebastien Loriot
c6eed472fd
fix warning
2024-01-04 17:19:47 +01:00
Sébastien Loriot
0ab6971ede
use execute_process that is recommanded over exec_command since 3.0
2024-01-04 14:30:40 +01:00
Sébastien Loriot
6f1b34fa6e
restore LGPL for file from another institute than the package owner
2024-01-04 14:05:52 +01:00
Sébastien Loriot
e214d40c0e
add missing license header
2024-01-04 13:55:35 +01:00
Sébastien Loriot
cc3278e0a1
update license
2024-01-04 13:53:38 +01:00
Sébastien Loriot
c99b69a0e7
add missing license headers
2024-01-04 13:50:15 +01:00
Sébastien Loriot
c35a1b15d1
add missing license include directives
2024-01-04 13:45:39 +01:00
Sébastien Loriot
e7c26349f2
move header in a package to GPL
2024-01-04 13:36:34 +01:00
Sébastien Loriot
8527509907
typo
2024-01-04 12:58:04 +01:00
Sébastien Loriot
241e1bf557
add missing license include directives
2024-01-04 11:53:18 +01:00
Andreas Fabri
c984905745
Image_IO: sprintf -> snprintf
2024-01-04 09:17:40 +00:00
Laurent Rineau
24a009f933
transform to a table, and document CMake files
2024-01-03 15:43:55 +01:00
Mael Rouxel-Labbé
4e11df578f
Update Installation/README
2024-01-03 15:10:06 +01:00
Sebastien Loriot
277c1603eb
fix warning
2024-01-02 17:46:42 +01:00