This commit is contained in:
Jane Tournois 2018-02-12 17:41:15 +01:00 committed by Mael Rouxel-Labbé
parent bfaa3b7d6e
commit 0f787d4b28
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ The previous definition naturally extends to weighted Voronoi diagrams. These
diagrams, also known as <em>power diagrams</em>, are obtained by considering weighted points
(the weight being a scalar) and considering a weighted distance, the <em>power distance</em>,
defined between two weighted points \f$ (p, \omega_p) \f$ and \f$ (q, \omega_q) \f$ by
\f$ \Pi( (p, \omega_p), (q, \omega_q) = pq^2 - \omega_p - \omega_q \f$
\f$ \Pi( (p, \omega_p), (q, \omega_q) ) = pq^2 - \omega_p - \omega_q \f$.
See \link Subsection_2D_Triangulations_Regular_Description this section \endlink
of the package \ref PkgTriangulation2Summary for an in-depth description of power diagrams.