Sébastien Loriot
78cfeacf01
Merge pull request #8186 from lrineau/Triangulation_3-CDT_3-lrineau
...
New package: CGAL 3D conforming constrained Delaunay triangulations
2025-06-26 21:57:17 +02:00
Sebastien Loriot
d961dd767a
Add extra condition ( #8930 )
...
avoid the user to be surprised that the topology cannot be restored if
not all CC are sampled
2025-06-26 21:48:01 +02:00
Jane Tournois
58e52e7dad
avoid risk of dangling reference, using RVO
...
fix a warning on Debian
2025-06-24 15:08:36 +02:00
Sébastien Loriot
6905ab2b21
backticks
2025-06-23 12:01:05 +02:00
Sébastien Loriot
dc31a8ce3a
add precondition about single CC mesh
2025-06-23 11:36:13 +02:00
Sébastien Loriot
9fba4c9918
Merge remote-tracking branch 'cgal/6.0.x-branch' into 'cgal/master'
2025-06-10 17:32:45 +02:00
Jane Tournois
0ab9d3eebf
Merge remote-tracking branch 'cgal/master' into Triangulation_3-CDT_3-lrineau
...
# Conflicts:
# Installation/CHANGES.md
2025-06-10 11:18:38 +02:00
Sébastien Loriot
6444b9a0d0
Merge pull request #8890 from afabri/PMP-stitch_deterministic-GF
...
PMP: Make stitch_borders() deterministic
2025-06-04 14:56:33 +02:00
Sébastien Loriot
d5c8d87ad2
Merge pull request #8906 from albert-github/feature/bug_table_inconsistency
...
Warnings during table generation in documentation
2025-06-04 14:56:21 +02:00
Jane Tournois
4c462898a8
fix compilation of PMP::isotropic_remeshing with Epeck
...
and add a test to avoid future regressions
2025-06-03 14:06:11 +02:00
Sébastien Loriot
cfbf5f2765
fix bad variable name
2025-05-26 15:54:01 +02:00
albert-github
d1fea32fc3
Warnings during table generation in documentation
...
With doxygen release1.14.0 doxygen is a bit stricter regarding handling tables (not ignoring superfluous tags), it now leads to some warnings (and unexpected results).
2025-05-26 11:28:55 +02:00
Andreas Fabri
9f0761fde4
Make the debug out put work for Surface_mesh
2025-05-14 15:13:58 +01:00
Andreas Fabri
12eb3ff18c
PMP: Make stitch_borders deterministic
2025-05-14 15:00:44 +01:00
Laurent Rineau
cb5e13ad1f
Merge remote-tracking branch 'refs/remotes/lrineau/Triangulation_3-CDT_3-lrineau' into Triangulation_3-CDT_3-lrineau
2025-05-13 17:34:31 +02:00
Laurent Rineau
41c6f59e8b
return true
...
```
bool OK = triangulate_polygons(points, triangles, np);
if (!OK) return true;
```
2025-05-13 17:23:06 +02:00
Laurent Rineau
bcfd317c17
refactor does_polygon_soup_self_intersect
2025-05-13 17:22:28 +02:00
Laurent Rineau
4b029e69bd
Merge branch 'CGAL:master' into Triangulation_3-CDT_3-lrineau
2025-05-13 17:14:39 +02:00
Sébastien Loriot
2d1a77cd67
be more permissive and allow duplicated points
2025-05-13 14:49:46 +02:00
Sébastien Loriot
196fec6869
allow fixed size container as input
2025-05-13 13:50:09 +02:00
Sébastien Loriot
0064ea9f3e
add missing precondition check for soup + always assert in debug
2025-05-13 11:20:26 +02:00
Laurent Rineau
b394cfd319
add does_polygon_soup_self_intersect
...
undocumented for now
2025-05-06 13:08:18 +02:00
albert-github
136a63ddf3
Spelling correction.
...
Spelling correction.
(Entire documentation here looks a bit incomplete seen the words `TODO`)
2025-04-25 11:30:19 +02:00
Sébastien Loriot
cb747e8201
Merge pull request #8721 from sloriot/PMP-new_clip
...
Add refine_with_plane and new fast clip method
2025-04-24 20:43:26 +02:00
Sébastien Loriot
ce2c04600e
fix default value (doc bug)
2025-04-23 13:19:59 +02:00
Sébastien Loriot
f975f7e4e0
Merge remote-tracking branch 'cgal/6.0.x-branch' into master
2025-04-16 18:53:38 +02:00
Sébastien Loriot
6a56496c84
Merge remote-tracking branch 'cgal/5.6.x-branch' into cgal/6.0.x-branch
2025-04-16 18:51:44 +02:00
Sebastien Loriot
820d4decda
Fix for foldovers so that they are not considered as coplanar ( #8734 )
...
It is still not clear to me if we want to support those configurations
as they are self-intersections.
2025-04-16 18:49:11 +02:00
Sébastien Loriot
c5c535e796
fix warning
2025-04-16 18:43:07 +02:00
Sébastien Loriot
d2c07e03ae
fix warning
2025-04-16 18:39:45 +02:00
Sébastien Loriot
1211a5ee22
fix visitor call in clip + add tests
2025-04-15 09:52:07 +02:00
Jane Tournois
a52afd8800
setting status of edges that will disappear is cheaper than checking status
2025-04-14 11:30:44 +02:00
Jane Tournois
5b3356dbc6
fix halfedge status for opposite edges when removing border degenerate faces
2025-04-14 11:14:49 +02:00
Sébastien Loriot
dc024f7e03
add backward compatible visitor calls
2025-04-13 19:26:20 +02:00
Sébastien Loriot
6d1c2da4c8
update call
2025-04-11 16:35:20 +02:00
Sébastien Loriot
6727894231
restrict shared vertices on the boundary
2025-04-11 14:30:52 +02:00
Andreas Fabri
eeb4decd2a
Use named parameter helper
2025-04-11 10:46:23 +02:00
albert-github
c6e12be212
Spelling corrections
...
Spelling corrections
2025-04-04 09:48:20 +02:00
Sébastien Loriot
cc77715588
Merge pull request #6849 from JulyCode/gsoc2022-isosurface
...
Isosurfacing_3 (new package)
2025-04-03 21:41:22 +02:00
Sébastien Loriot
7ff41a8950
Merge pull request #7837 from hoskillua/gsoc2023
...
GSoC2023 - ACVD for Simplification & Remeshing
2025-04-03 18:00:57 +02:00
Mael Rouxel-Labbé
e001c7ce53
Misc minor doc changes
2025-04-03 17:08:26 +02:00
Mael Rouxel-Labbé
29505552ee
Regroup related named parameters
2025-04-03 16:55:10 +02:00
Sébastien Loriot
b6719fc3be
Merge remote-tracking branch 'cgal/6.0.x-branch' into cgal/master
2025-04-03 16:09:51 +02:00
Sébastien Loriot
f516c12c5b
Merge remote-tracking branch 'cgal/5.6.x-branch' into 6.0.x-branch
2025-04-03 16:09:15 +02:00
Sebastien Loriot
c5a809ad30
Spelling correction ( #8813 )
...
Spelling correction
2025-04-03 16:05:14 +02:00
Sébastien Loriot
60b4b19ba4
add more potentially missing include directives
2025-04-02 09:10:51 +02:00
Sébastien Loriot
9ff2696011
split at the midpoint to avoid patterns leading to infinite loop
2025-03-31 20:27:27 +02:00
Sébastien Loriot
9c6452dfaf
do not take references to points stored in an internal vector that could be resized!
...
also fix debug function
2025-03-31 17:41:13 +02:00
Sébastien Loriot
5ed3b0d266
Merge remote-tracking branch 'cgal/6.0.x-branch' in master
2025-03-31 15:32:56 +02:00
Sébastien Loriot
a838073ec7
Merge remote-tracking branch 'cgal/5.6.x-branch' into cgal/6.0.x-branch
2025-03-31 15:31:19 +02:00