cgal/Interpolation/include/CGAL
Mael Rouxel-Labbé 48185ac153 Filter out irrelevant (<= 0) natural and regular neighbor coordinates
- coord == 0 is possible in theory, but not interesting to output
- coord < 0 is not possible in theory, but since we do construction and use
  signed (polygon_area_2()) area computations, we could in theory get
  negative coordinates in output
2019-01-14 11:20:16 +01:00
..
Interpolation/internal Changed functor's result type 2018-05-04 13:57:39 +02:00
constructions add SPDX identifier for files under the GPL-3+ license 2017-11-12 10:17:51 +01:00
predicates add SPDX identifier for files under the GPL-3+ license 2017-11-12 10:17:51 +01:00
Interpolation_gradient_fitting_traits_2.h Fixed indentation 2018-05-04 13:57:41 +02:00
Interpolation_traits_2.h Add the possibility to store value and gradient in the triangulation vertices 2018-05-04 13:57:38 +02:00
Voronoi_intersection_2_traits_3.h Fixed trailing whitespace and (some of the) inconsistent indentation 2018-05-04 13:57:38 +02:00
interpolation_functions.h Add precondition that range is non-empty. This is more explicit than the precondition that norm>0 2018-10-02 11:07:43 +02:00
natural_neighbor_coordinates_2.h Filter out irrelevant (<= 0) natural and regular neighbor coordinates 2019-01-14 11:20:16 +01:00
natural_neighbor_coordinates_3.h Fixed trailing whitespace and (some of the) inconsistent indentation 2018-05-04 13:57:38 +02:00
regular_neighbor_coordinates_2.h Filter out irrelevant (<= 0) natural and regular neighbor coordinates 2019-01-14 11:20:16 +01:00
sibson_gradient_fitting.h Renamed an internal function 2018-06-28 11:57:06 +02:00
surface_neighbor_coordinates_3.h Readability changes 2018-05-04 13:57:39 +02:00
surface_neighbors_3.h add missing URL and Id tags 2017-11-15 22:58:57 +01:00