mirror of https://github.com/CGAL/cgal
Merge pull request #7093 from afabri/Spatial_searching-Weighted_Minkowski_doc_fix-GF
Spatial_searching: Fix doc
This commit is contained in:
commit
a59c56239f
|
|
@ -52,7 +52,8 @@ Constructor implementing \f$ l_2\f$ metric for \f$ d\f$-dimensional points.
|
|||
Weighted_Minkowski_distance(int d,Traits t=Traits());
|
||||
|
||||
/*!
|
||||
Constructor implementing the \f$ l_{power}(weights)\f$ metric. \f$ power \leq0\f$ denotes the \f$ l_{\infty}(weights)\f$ metric.
|
||||
Constructor implementing the \f$ l_{power}(weights)\f$ metric. `power=0`
|
||||
denotes the \f$ l_{\infty}(weights)\f$ metric.
|
||||
The values in the iterator range `[wb,we)` are the weight.
|
||||
*/
|
||||
template <class InputIterator>
|
||||
|
|
|
|||
Loading…
Reference in New Issue