Andreas Fabri
5f8bc52082
Add angle(Point_3, Point_3,Point_3,Vector_3)
2017-05-12 09:48:23 +02:00
Andreas Fabri
061a9b1ecd
Kernel:23 Add Compare_slope_3
2017-05-12 09:48:21 +02:00
Laurent Rineau
314213ceec
Merge pull request #2056 from maxGimeno/Polyhedron_demo-Fix_isotropic_remeshing_plugin-GF
...
Polyhedron_demo: Fix Isotropic_remeshing_plugin
2017-05-11 17:22:27 +02:00
Laurent Rineau
cca4adb400
Merge pull request #2082 from maxGimeno/Polyhedron_demo-Fix_selection_plugin-GF
...
Polyhedron_demo: Fix segfault in Scene::replaceItem().
2017-05-11 17:05:27 +02:00
Laurent Rineau
11c60a9a40
Merge pull request #2099 from maxGimeno/Polyhedron_demo-Fix_distance_plugin-GF
...
Polyhedron_demo: Fix segfault in distance_item
2017-05-11 17:04:16 +02:00
Laurent Rineau
e92fb61a9a
Merge pull request #2078 from afabri/CGAL-fix_links-GF
...
Fix links detected with validator.w3.org
2017-05-11 16:05:08 +02:00
Laurent Rineau
cbd73f4274
Merge pull request #2046 from MaelRL/Kernel-Fix_weighted_point-GF
...
Improve the implementation of weighted_point_23
2017-05-09 12:14:23 +02:00
Laurent Rineau
358aa5f321
Merge pull request #2064 from MaelRL/Kernel-Fix_coplanar_orientation_doc-GF
...
Improve documentation of concept CoplanarOrientation_3
2017-05-09 12:06:17 +02:00
Maxime Gimeno
730e315b57
Fix memory leak and compare vertex_handles to Vertex_handle() insteand of 0.
2017-05-05 10:47:30 +02:00
Maxime Gimeno
2d28573b8e
If the triangulation failed, do not display the face.
2017-05-05 09:34:07 +02:00
Maxime Gimeno
8b96b7e0c9
Move itemAboutToBeDestroyed() to avoid segfault in replaceItem()
2017-05-04 14:40:39 +02:00
Mael Rouxel-Labbé
9f366d6acf
Fixed missing _object(){ } for construct_wp/p functors of projection traits
2017-04-30 19:51:49 +02:00
Laurent Rineau
969134d243
Next release in this branch should be CGAL-4.10-beta2
...
... or CGAL-4.10. We'll see.
2017-04-27 10:31:13 +02:00
Laurent Rineau
569ffdbf9a
Fix a typo: two `http://`
2017-04-27 10:07:36 +02:00
Andreas Fabri
6e922521bb
fix link to Geometry Center
2017-04-27 08:14:32 +02:00
Laurent Rineau
e0bee3a737
Merge pull request #2079 from afabri/patch-2
...
Polygon_mesh_processing: Fix documentation
2017-04-26 16:20:20 +02:00
Andreas Fabri
db324c3c70
Fix links to geomview and to the BGL
2017-04-26 15:52:44 +02:00
Andreas Fabri
bf3542116a
Polygon_mesh_processing: Fix documentation
...
splitted -> split
2017-04-26 14:42:59 +02:00
Andreas Fabri
ff8c1ea108
Fix links to geomview and to the BGL
2017-04-26 14:31:15 +02:00
Mael Rouxel-Labbé
37eac35321
Added functions related to Weighted_point_2 to Projection_traits_3
...
+ tests
2017-04-21 18:14:38 +02:00
Mael Rouxel-Labbé
8915b4472d
Minor documentation fixes
2017-04-21 13:13:20 +02:00
Mael Rouxel-Labbé
c79e2d4b36
Added Compute_power_product_2 to the 2D kernel predicates
...
doc + test included
2017-04-21 13:07:40 +02:00
Mael Rouxel-Labbé
7040cb1f40
Added a few more tests to power_side_of_bounded_power_sphere_3
...
Just to check that the ordering indeed does not matter.
2017-04-21 11:43:29 +02:00
Mael Rouxel-Labbé
13fa3efc65
Removed obsolete and unused include in Alpha_shapes_2, see bb086ff
...
The fact that power_side_of_bounded_power_circle_2 was not in the kernel
and this include was not used means that weighted alpha shapes 2 are bugged
(they ignore weights and only call side_of_bounded_sphere()). This will be
fixed when implicit conversions are removed.
2017-04-21 11:40:27 +02:00
Mael Rouxel-Labbé
bb086ff739
Added power_side_of_bounded_power_circle_2 to the 2D kernel predicates
...
A partial implementation was deleted from the Alpha_shapes_2 package without
moving the functions to the kernel...
This implementation adds the missing overloads (4, 3, and 2 points)
Test + doc included
2017-04-21 11:37:27 +02:00
Mael Rouxel-Labbé
a751464ab6
Minor fixes to weighted functors (doc + cleaning)
2017-04-21 11:31:13 +02:00
Laurent Rineau
fc29bc3a6a
Push the announcement mail
2017-04-20 16:34:18 +02:00
Mael Rouxel-Labbé
232c38cee1
Removed documentation of degenerate cases of power_side_of_oriented_* predicates
...
See Issue https://github.com/CGAL/cgal/issues/2067
2017-04-20 12:54:39 +02:00
Mael Rouxel-Labbé
58883e74cc
Cleaning, same as 6c1c2fa (forgot some predicates, again)
2017-04-20 12:01:37 +02:00
Mael Rouxel-Labbé
cf45a408c1
Fixed doc of CoplanarOrientation_3
2017-04-19 15:15:26 +02:00
Mael Rouxel-Labbé
6c1c2fa27b
Cleaning, same as 1223f5f (forgot some predicates)
2017-04-19 14:38:00 +02:00
Mael Rouxel-Labbé
1223f5f5a0
Improved readability of weighted point-related functors (no real changes)
...
Fixed indentation, trailing whitespace, english, etc.
2017-04-19 11:40:58 +02:00
Mael Rouxel-Labbé
046058fabe
Removed Alpha_shape_2 obsolete include
...
squared_radius_smallest_orthogonal_circle_2() is now a kernel functor
2017-04-19 11:08:20 +02:00
Mael Rouxel-Labbé
dd2e7f3a0c
Made compute_squared_smallest_orthogonal_circle_2() a kernel functor
...
and documented, tested, etc. it
Previously in Alpha_shape_2
2017-04-19 11:06:14 +02:00
Mael Rouxel-Labbé
e65eae4802
Removed unnecessary comma
2017-04-19 09:03:04 +02:00
Mael Rouxel-Labbé
de7fb095ac
Fixed doc of power_side_of_bounded_power_sphere
2017-04-18 21:51:27 +02:00
Mael Rouxel-Labbé
64768b3b37
Fixed missing weight references
2017-04-18 21:46:05 +02:00
Laurent Rineau
fa61a6561e
Prepare beta1
2017-04-18 18:29:59 +02:00
Laurent Rineau
ee8d76079a
Reformat the change log files
2017-04-18 18:29:23 +02:00
Laurent Rineau
4d6149647d
<CGAL/CGAL_Ipelet_base.h> requires C++11, skip it
...
That header needs C++11 at least, and that does not play well with the
`check_headers` feature. So put it in the whitelist, so that it is not
tested along with the other headers.
2017-04-18 18:25:56 +02:00
Mael Rouxel-Labbé
b01078c887
Removed "starting with 0" from coordinate accessor
2017-04-18 15:30:20 +02:00
Maxime Gimeno
d8972e5dac
Add a warning box if the protected edegs are too long for the target length.
2017-04-18 10:56:18 +02:00
Laurent Rineau
ca978c2d0f
Merge pull request #2058 from chgans/doc-fixes
...
Fix a few typos in the documentation
2017-04-18 10:44:32 +02:00
Christian Gagneraud
1e9a875af2
Minkowski_sum_2: Fix documentation typo fix
2017-04-18 20:24:52 +12:00
Christian Gagneraud
d8502c0469
Fix a few typos in the documentation
2017-04-16 13:20:12 +12:00
Laurent Rineau
a1cd3fd9d5
Merge pull request #1991 from afabri/Triangulation_2-graph_traits_for_CDT-GF
...
Triangulation_2: Add graph_traits for all triangulation classes
2017-04-14 18:32:14 +02:00
Laurent Rineau
dce8bb77ba
Merge pull request #2053 from cjamin/Mesh_3-code_improvements-cjamin
...
Mesh_3: code improvements + bug fix
2017-04-14 18:32:05 +02:00
Laurent Rineau
069820329e
Merge pull request #2052 from lrineau/Installation-fix_check_headers-GF
...
Fix the `check_headers` target
2017-04-14 18:31:56 +02:00
Laurent Rineau
7540b8e807
updated crontab (automated commit)
2017-04-14 18:14:14 +02:00
Laurent Rineau
860e7c564f
Fix errors detected by Travis
...
- What happens when VTK is missing...
- `clang++ -syntax-only` is more picky than g++
2017-04-14 18:11:43 +02:00