mirror of https://github.com/CGAL/cgal
fix documentation as asked by small feature 'inexact_locate' reviewers
This commit is contained in:
parent
e872e34fb0
commit
edf8dbccc7
|
|
@ -554,8 +554,7 @@ Face_handle f = Face_handle()) const;
|
|||
Same as above but uses inexact predicates.
|
||||
This function returns a `Face_handle` which is a good approximation of the exact
|
||||
location of `query`, while being faster. Note that it may return a `Face_handle` of which
|
||||
`query` is not in the interior. It can be used to provide a good `Face_handle start` for
|
||||
the above `locate(const Point &, Face_handle) const` function.
|
||||
`query` is not in the interior.
|
||||
*/
|
||||
Face_handle
|
||||
inexact_locate(const Point & query,
|
||||
|
|
|
|||
|
|
@ -588,8 +588,7 @@ locate(const Point & query, Vertex_handle hint) const;
|
|||
Same as above but uses a `Cell_handle` as starting hint, and inexact predicates.
|
||||
This function returns a `Cell_handle` which is a good approximation of the exact
|
||||
location of `query`, while being faster. Note that it may return a `Cell_handle` of which
|
||||
`query` is not in the interior. It can be used to provide a good `Cell_handle start` for
|
||||
the above `locate(const Point &, Cell_handle) const` function.
|
||||
`query` is not in the interior.
|
||||
*/
|
||||
Cell_handle
|
||||
inexact_locate(const Point & query, Cell_handle start = Cell_handle()) const;
|
||||
|
|
|
|||
Loading…
Reference in New Issue