Fix : Cartesian isn't auto-linked to the Cartesian page anymore.

Cartesian -> %Cartesian
This commit is contained in:
Aymeric PELLE 2014-03-20 11:50:39 +01:00
parent 9666fec537
commit d1572615b5
1 changed files with 2 additions and 2 deletions

View File

@ -788,13 +788,13 @@ locate(const Point & query, Cell_handle start = Cell_handle()) const;
/*! /*!
Same as `locate()` but uses inexact predicates. Same as `locate()` but uses inexact predicates.
This function returns a handle on a cell that is a good approximation of the exact 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 location of `query`, while being faster. Note that it may return a handle on a cell
whose interior does not contain `query`. 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()`. are accessible with functions `x()`, `y()` and `z()`.
*/ */
Cell_handle Cell_handle
inexact_locate(const Point & query, Cell_handle start = Cell_handle()) const; inexact_locate(const Point & query, Cell_handle start = Cell_handle()) const;