cgal/Spatial_searching
Clement Jamin 6a5dbdc333 Add new variants of transformed_distance
- Variant taking iterators on coordinates of P instead of P itself
- Variant with an additional param `stop_if_geq_to_this`: during the computation,
  if the partially-computed distance `pcd` gets greater or equal
  to `stop_if_geq_to_this`, the computation is stopped and `pcd` is returned.
2017-04-24 16:52:55 +02:00
..
benchmark/Spatial_searching Use get_default_random() instead of default_random 2016-03-09 10:35:21 +01:00
doc/Spatial_searching Let remove() take a functor as argument. 2016-10-27 23:17:42 +02:00
examples/Spatial_searching improve the name of projects in cmake scripts of examples 2016-09-08 00:02:55 +02:00
include/CGAL Add new variants of transformed_distance 2017-04-24 16:52:55 +02:00
package_info/Spatial_searching New license.txt files (eol changes) 2013-02-19 16:46:39 +01:00
test/Spatial_searching Confusion between the 2 islower flags. Ordering issue on setting / clearing removed_ flag. 2016-11-25 17:19:03 +01:00
TODO.txt