Laurent Rineau
38812be5eb
Merge pull request #5680 from afabri/Intersections-fix_RT-GF
...
Intersections_3: Fix do_intersect(sphere/triangle) if FT has no division
2021-05-27 19:12:35 +02:00
Andreas Fabri
4f7703fd94
trailing whitespace
2021-05-06 08:07:39 +02:00
Andreas Fabri
f45e843cd0
trailing whitespace
2021-05-06 08:03:53 +02:00
Andreas Fabri
b7b2e19555
Add the sphere ray tests
2021-05-05 17:39:59 +02:00
Andreas Fabri
10e1b51ed3
Add &s
2021-05-05 17:24:37 +02:00
Andreas Fabri
28a6a91453
Intersections_3: Make do_intersect(sphere/triangle) work if FT is division free
2021-05-05 16:54:05 +02:00
Sébastien Loriot
4e519a3c7a
move documented IO functions in IO namespace
2021-05-05 13:15:37 +02:00
Laurent Rineau
c091c7f86e
Merge pull request #5532 from lrineau/Kernel_23-Do_interesect__without_division-GF
...
Remove operator/ from CGAL::Mpzf and implement Do_intersect_3 with RT only (without division)
2021-04-28 15:24:15 +02:00
Andreas Fabri
8ede8fc7ae
Remove unused parameter
2021-04-27 14:16:55 +01:00
Andreas Fabri
9473da27f8
Address warning: unused parameter 'k' [-Wunused-parameter]
2021-04-22 09:23:48 +01:00
Mael
8226666398
Merge branch 'master' into Triangulation_on_sphere_2-GF
2021-04-17 11:22:30 +02:00
Sebastien Loriot
b7323389c7
Merge pull request #5622 from maxGimeno/CMake-Update_versions_in_scripts-maxGimeno
...
Update maximum cmake versions
2021-04-17 10:58:14 +02:00
Maxime Gimeno
c49152359c
update max version of cmake and announce the new minimal in CHANGE.md
2021-04-15 15:08:54 +02:00
Andreas Fabri
a192a45f5b
Fix warning: using the result of an assignment as a condition without parentheses [-Wparentheses]
2021-04-07 12:09:16 +01:00
Andreas Fabri
76719b903f
Introduce the macro CGAL_NO_MPZF_DIVISION_OPERATOR
2021-04-07 12:06:26 +01:00
Maxime Gimeno
17602e589e
Merge remote-tracking branch 'cgal/master' into CGAL-clang_tidy__nullptr_on_Mesh_2-GF
2021-04-07 09:17:51 +02:00
Laurent Rineau
1b54449dc5
Merge pull request #4878 from danston/Kernels-decltypes-danston
...
Improve decltype/result_of/invoke_result
2021-04-06 15:13:21 +02:00
Laurent Rineau
58ddf16295
Merge pull request #5507 from afabri/PMP-vtune_isotropic_remeshing-GF
...
PMP: Accelerate isotropic remeshing
2021-04-06 15:13:11 +02:00
Andreas Fabri
abe6aa1eca
remove unused typedefs
2021-04-01 19:48:44 +01:00
Andreas Fabri
6ac2ee54db
Remove a test file as it adds nothing new
2021-03-30 14:39:27 +01:00
Andreas Fabri
7ebdd07a4c
Add <RT> to rank as expression templates don't match
2021-03-30 14:28:55 +01:00
Andreas Fabri
dbfb7157bb
Rename compare() to compare_quotients()
2021-03-30 10:14:02 +01:00
Andreas Fabri
c6b2038353
Rename test
2021-03-29 17:40:46 +01:00
Andreas Fabri
99a52959c3
Add the do_intersect for 3 planes using the rank() written by Sebastien
2021-03-29 17:15:53 +01:00
Andreas Fabri
23f1badd85
Use is_zero() instead of == FT(0)
2021-03-22 09:03:50 +01:00
Andreas Fabri
8eea3e70bb
typename
2021-03-21 18:17:13 +01:00
Mael Rouxel-Labbé
717fedc588
Use better variable names
2021-03-19 17:28:04 +01:00
Andreas Fabri
75a2541d12
Add Plane/Ray
2021-03-18 14:37:34 +01:00
Andreas Fabri
2e0f01be94
WIP: make several do_intersect division free and several no longer compute the intersection. Plane/Plane/Plane as well as Plane/Ray are still wrong
2021-03-18 14:18:11 +01:00
Dmitry Anisimov
00c185b028
Merge branch 'master' into Kernels-decltypes-danston
2021-03-12 12:06:20 +01:00
Laurent Rineau
dcf9dfd0fe
Merge pull request #5435 from afabri/Intersect_3-fix_isocuboid_plane-GF
...
Intersect_3: Fix Iso_cuboid_3/Plane_3 and Tetrahedon_/Plane_3 intersection using PMP::clip internal function
# Conflicts:
# Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/clip.h
2021-03-03 17:30:04 +01:00
Andreas Fabri
7785a9c2b1
Use certainly()
2021-03-03 15:25:30 +00:00
Andreas Fabri
2ac977b7c5
Early exit in do_intersect of Sphere/Bbox_3
2021-03-03 13:21:24 +00:00
Andreas Fabri
d5a5b20ce8
Make it clear that the functor is not part of the Kernel concept
2021-02-19 20:23:20 +00:00
Maxime Gimeno
d5811d0a41
clang-tidy on tests
2021-02-18 15:15:12 +01:00
Andreas Fabri
8a38a75fcb
Restore issue to the initial bug report
2021-02-12 14:06:20 +00:00
Andreas Fabri
607ced4a54
remove trailing whitespace
2021-02-12 10:36:53 +00:00
Andreas Fabri
e833e86598
Change the expected result (a permutation)
2021-02-12 09:43:14 +00:00
Andreas Fabri
4bc161a332
Return a triangle not a vector
2021-02-12 09:42:52 +00:00
Andreas Fabri
75cb1593d0
WIP: try to do plane/tet intersection. I think the edge indexing is wrong
2021-02-10 15:41:45 +00:00
Sébastien Loriot
482db1f0cc
forget to update bbox case
2021-02-10 11:11:01 +01:00
Sébastien Loriot
231e9f1b93
handle cases when plane contains an edge
2021-02-10 10:29:02 +01:00
Dmitry Anisimov
81d9556707
Merge remote-tracking branch 'upstream/master' into Kernels-decltypes-danston
2021-02-10 10:06:45 +01:00
Sébastien Loriot
38142dc101
update include directives
2021-02-09 18:51:38 +01:00
Sébastien Loriot
81ba9da292
remove tabs
2021-02-09 18:42:39 +01:00
Sébastien Loriot
81a6fe16e8
remove idmap
2021-02-09 18:27:58 +01:00
Sébastien Loriot
95bd626bbd
use one vector
2021-02-09 18:01:55 +01:00
Sébastien Loriot
b363977c87
clean up
2021-02-09 17:58:25 +01:00
Sébastien Loriot
fb731259d7
fix comparison
2021-02-09 17:51:01 +01:00
Andreas Fabri
6d438a0f94
WIP
2021-02-09 15:48:03 +00:00