CGAL / cgal

The public CGAL repository, see the README below
https://github.com/CGAL/cgal#readme
Other
4.67k stars 1.35k forks source link

Add a documentation for what CGAL calls "functor" #8184

Open lrineau opened 2 months ago

lrineau commented 2 months ago

What is called a "functor" in CGAL is not correctly defined in the CGAL documentation, as far as I known. Maybe there should be be a documentation page for it.

https://en.wikipedia.org/wiki/Functor_(disambiguation)

What we call "functor" is an improper naming for a function object. That is fine, if "functor" is defined in the preliminaries of the CGAL manual. AdaptableFunctor is defined, but not "functor".