Laurent Rineau
|
d4082e00f9
|
Merge pull request #5091 from sgiraudot/Arrangement-Fix_polycurve_intersection-efif-GF
[Arrangement] Fix polycurve overlap intersection
|
2020-11-04 20:44:24 +01:00 |
Efi Fogel
|
9e9e572013
|
Fixed the intersection op. for the case where the 2 input curves have opposite directions
|
2020-10-28 11:38:45 +02:00 |
Efi Fogel
|
65d4593479
|
defined construct_opposite only if CGAL_ALWAYS_LEFT_TO_RIGHT
|
2020-10-27 17:47:39 +02:00 |
Laurent Rineau
|
a7cd94f82f
|
Merge remote-tracking branch 'cgal/releases/CGAL-5.0-branch' into 5.1.x-branch
|
2020-10-23 16:06:46 +02:00 |
Simon Giraudot
|
adef28b496
|
Add assertions and fix bug
|
2020-10-21 10:12:51 +02:00 |
Efi Fogel
|
3f623d99df
|
Construct opposite only if CGAL_ALWAYS_LEFT_TO_RIGHT
|
2020-10-21 08:40:51 +02:00 |
Simon Giraudot
|
615a8768dd
|
Fix inverted segments
|
2020-10-21 08:40:51 +02:00 |
Simon Giraudot
|
fcbbea5e0d
|
Better handling of invertions
|
2020-10-21 08:40:51 +02:00 |
Simon Giraudot
|
7588d8803d
|
Cache overlaps and dump at the end (inverted if needed)
|
2020-10-21 08:40:51 +02:00 |
Simon Giraudot
|
7d23ac99e2
|
Update internal doc from review
|
2020-08-17 10:26:08 +02:00 |
Simon Giraudot
|
36a210065f
|
Fix for cases where red and blue handles are differently typed
|
2020-08-17 10:11:28 +02:00 |
Simon Giraudot
|
901f52018c
|
Some fixes + internal doc for indexed sweep
|
2020-08-13 09:52:47 +02:00 |
Simon Giraudot
|
b7583f43d5
|
Add indexed sweep with isolated points
|
2020-08-13 09:19:50 +02:00 |
Simon Giraudot
|
6022a74ac8
|
Only use indexed sweep for curves with bottom(/top) side NOT contracted
|
2020-08-13 08:47:33 +02:00 |
Simon Giraudot
|
acb96cba86
|
Get rid of index using pointer squatting + before/after functions
|
2020-08-12 15:56:46 +02:00 |
Ahmed Essam
|
3dc2804b9e
|
Move _inc_to_right != cv._inc_to_right assertion to its right location
|
2020-08-11 13:23:08 +02:00 |
Ahmed Essam
|
ff93e2b3bd
|
Curve params "s" and "t" are interchangeable with self intersections
|
2020-08-11 13:18:30 +02:00 |
Ahmed Essam
|
6d949cd14f
|
Fix bug with self intersecting bezier curves
|
2020-08-08 17:29:55 +02:00 |
Simon Giraudot
|
caf5b31af6
|
Indexed sweep in overlay (WIP: triggers assertions in some tests)
|
2020-08-04 15:42:26 +02:00 |
Laurent Rineau
|
cdfbe3b0df
|
Merge branch 'releases/CGAL-5.0-branch'
|
2020-07-03 16:21:42 +02:00 |
Laurent Rineau
|
bf88dfcc80
|
Merge pull request #4820 from sloriot/Argt-missing_it_cstr
Add constructor from base
|
2020-07-03 16:20:22 +02:00 |
Laurent Rineau
|
e439aaf30c
|
Merge pull request #4556 from theartful/arrangments_bugfix
Fix Bezier intersection bug around the boundaries (issue #3381)
# Conflicts:
# Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Bezier_cache.h
|
2020-06-30 16:39:17 +02:00 |
Laurent Rineau
|
cba160f7f0
|
Merge pull request #4556 from theartful/arrangments_bugfix
Fix Bezier intersection bug around the boundaries (issue #3381)
|
2020-06-30 16:37:01 +02:00 |
Sébastien Loriot
|
3a53d241c8
|
add constructor from base
|
2020-06-30 09:51:05 +02:00 |
Laurent Rineau
|
319383c963
|
Revert "Merge pull request #4519 from lrineau/Kernel_23-Epeck_objects_in_Compact_container-lrineau_gdamiand"
This reverts commit bcab082f82, reversing
changes made to 2d3e126450.
|
2020-05-20 09:47:58 +02:00 |
Laurent Rineau
|
3d3788925b
|
Merge pull request #4607 from efifogel/Aos_2-intersection-efif
Arrangement_on_surface_2: change intersection return types (from legacy CGAL::Object to variants)
# Conflicts:
# Installation/CHANGES.md
|
2020-05-19 10:55:30 +02:00 |
Sebastien Loriot
|
5ccfdbe9e4
|
Merge pull request #4230 from efifogel/Aos_2-small_fixes-efif
Aos 2 small fixes efif
|
2020-05-05 14:26:20 +02:00 |
Sebastien Loriot
|
bcab082f82
|
Merge pull request #4519 from lrineau/Kernel_23-Epeck_objects_in_Compact_container-lrineau_gdamiand
Enable the use of Lazy objects in Compact_container
|
2020-04-29 13:56:59 +02:00 |
Efi Fogel
|
4e19667750
|
Fixed unused local variable
|
2020-04-29 12:58:02 +03:00 |
Sebastien Loriot
|
0325219ce6
|
Merge pull request #4671 from maxGimeno/DGAL-Fix_MIN_MAX_issues-maxGimeno
CGAL: Min-max errors on windows
|
2020-04-27 09:46:04 +02:00 |
Sebastien Loriot
|
74d44ff97f
|
Merge pull request #4672 from maxGimeno/CGAL_Fix_MIN_MAX_5_0-maxGimeno
CGAL: Fixes for min/max 5.0
|
2020-04-27 09:45:35 +02:00 |
Sebastien Loriot
|
1c05c79244
|
Merge pull request #4673 from maxGimeno/CGAL_Fix_MIN_MAX_4_14-maxGimeno
CGAL: Fixes for min/max 4.14
|
2020-04-27 09:45:16 +02:00 |
Sébastien Loriot
|
c5af2b25f3
|
Merge remote-tracking branch 'cgal/releases/CGAL-5.0-branch'
|
2020-04-22 13:27:29 +02:00 |
Sébastien Loriot
|
157bdbda08
|
Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch'
|
2020-04-22 13:26:52 +02:00 |
Sebastien Loriot
|
b02bf1c6e7
|
Merge pull request #4577 from theartful/bezier_bugfix
Fix bug in point_position in the bezier traits
|
2020-04-22 13:05:47 +02:00 |
Efi Fogel
|
5d37a1bbf8
|
Initialized some fileds of _Linear_object_cached_2
|
2020-04-22 00:31:33 +03:00 |
Efi Fogel
|
6fcbee1fa9
|
Removed redundant typedef statements
|
2020-04-21 17:12:21 +03:00 |
Maxime Gimeno
|
5b2d46cfa0
|
Fixes for min/max
|
2020-04-21 12:04:45 +02:00 |
Maxime Gimeno
|
50766d9d03
|
Fixes for min/max
|
2020-04-21 11:52:56 +02:00 |
Maxime Gimeno
|
e9d41d7b7d
|
Fixes for min/max
|
2020-04-21 11:38:37 +02:00 |
Efi Fogel
|
6eefda4e6d
|
Added missing include <boost/variant.h>
|
2020-04-06 15:34:28 +03:00 |
Efi Fogel
|
4158542c86
|
Fixed intersection result
|
2020-04-01 12:31:51 +03:00 |
Efi Fogel
|
58276edba3
|
Cleaned up and Fixed intersection return type
|
2020-03-31 18:34:28 +03:00 |
Efi Fogel
|
523fcfdbc5
|
Cleaned up
|
2020-03-31 17:32:38 +03:00 |
Efi Fogel
|
c1fed0bd0b
|
Cleaned up
|
2020-03-31 17:30:55 +03:00 |
Efi Fogel
|
11059b4f84
|
Fixed typo
|
2020-03-29 13:33:08 +03:00 |
Efi Fogel
|
dc0cab62a4
|
Fixed Intersect_2 to return optional of variant (instead of CGAL::Object)
|
2020-03-29 13:31:26 +03:00 |
Efi Fogel
|
077829724a
|
Cleaned up; used result_of when computing intersections.
|
2020-03-29 13:25:18 +03:00 |
Efi Fogel
|
f5f3440fc0
|
Used correct result of intersection
|
2020-03-29 13:02:24 +03:00 |
Efi Fogel
|
04adcb982f
|
Cleaned up
|
2020-03-29 12:34:33 +03:00 |