mirror of https://github.com/CGAL/cgal
changed \ne to \neq hoping that this will pass the to_html parser
This commit is contained in:
parent
fa36e592d3
commit
737d9a2314
|
|
@ -67,7 +67,7 @@ the weight of $P_i$. It is a subdivision of the plane into connected
|
|||
regions, called {\em cells}, associated with the weighted points (see
|
||||
Fig. \ref{fig-apollonius}(left)). The cell of a
|
||||
weighted point $P_i$ is the locus of points on the plane that are
|
||||
closer to $P_i$ than any other weighted point $P_j$, $j\ne i$.
|
||||
closer to $P_i$ than any other weighted point $P_j$, $j\neq i$.
|
||||
The distance $\delta(x, P_i)$ of a point $x$ in the plane to a
|
||||
circle $P_i$ is defined as:
|
||||
\[ \delta(x,P_i)=\|x-c_i\|-w_i,\]
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ the weight of $P_i$. It is a subdivision of the plane into connected
|
|||
regions, called {\em cells}, associated with the weighted points (see
|
||||
Fig. \ref{fig-apollonius}(left)). The cell of a
|
||||
weighted point $P_i$ is the locus of points on the plane that are
|
||||
closer to $P_i$ than any other weighted point $P_j$, $j\ne i$.
|
||||
closer to $P_i$ than any other weighted point $P_j$, $j\neq i$.
|
||||
The distance $\delta(x, P_i)$ of a point $x$ in the plane to a
|
||||
circle $P_i$ is defined as:
|
||||
\[ \delta(x,P_i)=\|x-c_i\|-w_i,\]
|
||||
|
|
|
|||
Loading…
Reference in New Issue