mirror of https://github.com/CGAL/cgal
Fix : Cartesian isn't auto-linked to the Cartesian page anymore.
Cartesian -> %Cartesian
This commit is contained in:
parent
9666fec537
commit
d1572615b5
|
|
@ -788,13 +788,13 @@ locate(const Point & query, Cell_handle start = Cell_handle()) const;
|
|||
|
||||
/*!
|
||||
Same as `locate()` but uses inexact predicates.
|
||||
|
||||
This function returns a handle on a cell that is a good approximation of the exact
|
||||
location of `query`, while being faster. Note that it may return a handle on a cell
|
||||
whose interior does not contain `query`.
|
||||
|
||||
Note that this function is available only if the Cartesian coordinates of `query`
|
||||
Note that this function is available only if the %Cartesian coordinates of `query`
|
||||
are accessible with functions `x()`, `y()` and `z()`.
|
||||
|
||||
*/
|
||||
Cell_handle
|
||||
inexact_locate(const Point & query, Cell_handle start = Cell_handle()) const;
|
||||
|
|
|
|||
Loading…
Reference in New Issue