Skip to content
Merged
Show file tree
Hide file tree
Changes from 27 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
17c1326
Filtered_kernel: Do_intersect(Tetrahedron_3,Bbox_3)
afabri Jun 7, 2021
b3cfabf
In fact we can return true as soon as one tet vertex is in the bbox
afabri Jun 7, 2021
2489e16
Add check that bboxes overlap
afabri Jun 7, 2021
ce0037c
Add the same for Triangle_3
afabri Jun 11, 2021
e5c72e5
Undo accidental change
afabri Jun 11, 2021
46b112d
split the function to avoid the switch
sloriot Jun 15, 2021
65d6305
factorize
sloriot Jun 15, 2021
93476f0
use sign
sloriot Jun 15, 2021
6fe3eef
use a for-loop
sloriot Jun 15, 2021
5f2c6fd
refactor the code prior to plug static filters
sloriot Jun 16, 2021
cdaabd3
static filter for do_intersect bbox/triangle
sloriot Jun 16, 2021
602b93e
improve intersection predicate between supporting plane and bbox
sloriot Jun 16, 2021
77b77ad
fabs -> CGAL::abs Does the compiler optimize two identical calls o…
afabri Jun 17, 2021
46e2042
Add profiler
afabri Jun 17, 2021
8844a94
Use Uncertain<>::indeterminante()
afabri Jun 17, 2021
4c16735
make_certain()
afabri Jun 17, 2021
9bfe211
fix incorrect return type
sloriot Jun 17, 2021
60559d7
do no call twice the failing static filter
sloriot Jun 17, 2021
d13c887
clean up
sloriot Jun 17, 2021
3d04ab1
Explicitely use CGAL::sign This only fixes some compilation errors, …
afabri Aug 13, 2021
7d2321c
Work around CGAL_AND as explained in the manual
afabri Aug 25, 2021
10a7495
Remove the test against the bbox of the triangle/tetrahedron. This s…
afabri Aug 25, 2021
a95858f
Revert "Work around CGAL_AND as explained in the manual"
afabri Aug 31, 2021
e829dc7
Merge branch 'Filtered_kernel-Do_intersect_3-GF-old' into Filtered_ke…
MaelRL Sep 10, 2021
afa4279
Merge branch 'Filtered_kernel-Do_intersect_3-GF-old' into Filtered_ke…
MaelRL Sep 10, 2021
7049d66
Avoid copying arrays
MaelRL Sep 10, 2021
b67589e
workaround sign issue
sloriot Sep 14, 2021
1e9cad9
better fix
sloriot Sep 14, 2021
c8d2761
partial work after Mael's review
afabri Sep 29, 2021
37f2541
Add profiler macros
MaelRL Oct 8, 2021
180f9c8
Remove obsolete todo
MaelRL Oct 8, 2021
7f55e63
Merge remote-tracking branch 'cgal/master' into Filtered_kernel-Do_in…
MaelRL Oct 8, 2021
381ff61
More profiler macros
MaelRL Oct 8, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading