mirror of https://github.com/CGAL/cgal
*** empty log message ***
This commit is contained in:
parent
9735a9427f
commit
e8b6f3e83f
|
|
@ -47,7 +47,7 @@ OrthogonalDistance
|
|||
|
||||
\ccOperations
|
||||
|
||||
\ccMethod{FT transformed_distance(Point_d q, Point_d p);}{Returns the squared Euclidean distance between \ccc{q} and \ccc{p}.}
|
||||
\ccMethod{FT transformed_distance(Point_d q, Point_d p);}{Returns the squared Euclidean distance between~\ccc{q} and~\ccc{p}.}
|
||||
|
||||
\ccMethod{FT min_distance_to_rectangle(Point_d q, Kd_tree_rectangle<FT> r);}
|
||||
{Returns the squared Euclidean distance between \ccc{q} and
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ for example \ccc{CGAL::Cartesian_d<double>::Sphere_d}.
|
|||
|
||||
\ccIsModel
|
||||
|
||||
GeneralDistance
|
||||
\ccc{GeneralDistance}
|
||||
|
||||
\ccTypes
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ by a $d$-dim square with side length $\epsilon$.
|
|||
|
||||
\ccParameters
|
||||
Expects for the template argument a model of the concept
|
||||
\ccc{SearchTraits}, for example \ccc{CGAL::Search_traits_2<Kernel>}.
|
||||
\ccc{SearchTraits}, for example \ccc{CGAL::Search_traits_2<CGAL::Simple_cartesian<double> >}.
|
||||
|
||||
Expects for the second template argument a model
|
||||
of the concept \ccc{IsoBox}, for example \ccc{CGAL::Iso_rectangle_2<Kernel>}.
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ as inner approximation a sphere with radius $r-\epsilon$.
|
|||
|
||||
|
||||
Expects for the template argument a model of the concept
|
||||
\ccc{SearchTraits}, for example \ccc{CGAL::Search_traits_2<Kernel>}.
|
||||
\ccc{SearchTraits}, for example \ccc{CGAL::Search_traits_2<CGAL::Cartesian_d<double> >}.
|
||||
|
||||
\ccIsModel
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ e.g., for an Euclidian distance the transformed distance is the squared Euclidea
|
|||
|
||||
\ccOperations
|
||||
|
||||
\ccMethod{FT distance(Query_item q, Point_d r);}{Returns the transformed distance between \ccc{q} and \ccc{r}.}
|
||||
\ccMethod{FT transformed_distance(Query_item q, Point_d r);}{Returns the transformed distance between \ccc{q} and~\ccc{r}.}
|
||||
|
||||
\ccMethod{FT min_distance_to_rectangle(Query_item q, Kd_tree_rectangle<FT> r);}
|
||||
{Returns the transformed distance between \ccc{q} and
|
||||
|
|
|
|||
|
|
@ -53,12 +53,13 @@ for example \ccc{CGAL::Cartesian<double>::Iso_cuboid_3}.
|
|||
|
||||
\ccOperations
|
||||
|
||||
\ccMethod{FT transformed distance(IsoBox b, Point_d p);}{Returns the transformed
|
||||
distance between \ccc{b} and \ccc{p}.}
|
||||
|
||||
\ccMethod{FT transformed_distance(FT d);} {Returns $d$.}
|
||||
|
||||
\ccMethod{FT inverse_of_transformed_distance(FT d);} {Returns $d$.}
|
||||
|
||||
\ccMethod{FT distance(IsoBox b, Point_d p);}{Returns the distance between \ccc{b} and \ccc{p}.}
|
||||
|
||||
\ccMethod{FT min_distance_to_rectangle(IsoBox b, Kd_tree_rectangle<Traits> r);}
|
||||
{Returns the minimal distance between a point from \ccc{b} and a point from
|
||||
\ccc{r}.}
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ $d$-dimensional query items.
|
|||
|
||||
\ccOperations
|
||||
|
||||
\ccMethod{FT distance(Point_d q, Point_d r);}{Returns the transformed distance between \ccc{q} and \ccc{r}.}
|
||||
\ccMethod{FT transformed_distance(Point_d q, Point_d r);}{Returns the transformed distance between \ccc{q} and~\ccc{r}.}
|
||||
|
||||
\ccMethod{FT min_distance_to_rectangle(Point_d q, Kd_tree_rectangle<Traits> r);}
|
||||
{Returns the transformed distance between \ccc{q} and
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ The values in the iterator range \ccc{[wb,we)} are the weight. }
|
|||
\ccOperations
|
||||
|
||||
|
||||
\ccMethod{FT distance(Point q, Point r);}{Returns $d^{power}$,
|
||||
\ccMethod{FT transformed_distance(Point q, Point r);}{Returns $d^{power}$,
|
||||
where $d$ denotes the distance between \ccc{q} and \ccc{r}.}
|
||||
|
||||
\ccMethod{FT min_distance_to_rectangle(Point q, Kd_tree_rectangle<Traits> r;);}
|
||||
|
|
@ -78,8 +78,8 @@ and returns the updated distance.}
|
|||
|
||||
\ccSeeAlso
|
||||
|
||||
\ccc{OrthogonalDistance},\\
|
||||
\ccc{CGAL::Euclidean_distance<Traits>}.
|
||||
\ccc{OrthogonalDistance}\\
|
||||
\ccc{CGAL::Euclidean_distance<Traits>}
|
||||
|
||||
\end{ccRefClass}
|
||||
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ OrthogonalDistance
|
|||
|
||||
\ccOperations
|
||||
|
||||
\ccMethod{FT transformed_distance(Point_d q, Point_d p);}{Returns the squared Euclidean distance between \ccc{q} and \ccc{p}.}
|
||||
\ccMethod{FT transformed_distance(Point_d q, Point_d p);}{Returns the squared Euclidean distance between~\ccc{q} and~\ccc{p}.}
|
||||
|
||||
\ccMethod{FT min_distance_to_rectangle(Point_d q, Kd_tree_rectangle<FT> r);}
|
||||
{Returns the squared Euclidean distance between \ccc{q} and
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@ for example \ccc{CGAL::Cartesian_d<double>::Sphere_d}.
|
|||
|
||||
\ccIsModel
|
||||
|
||||
GeneralDistance
|
||||
\ccc{GeneralDistance}
|
||||
|
||||
\ccTypes
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ by a $d$-dim square with side length $\epsilon$.
|
|||
|
||||
\ccParameters
|
||||
Expects for the template argument a model of the concept
|
||||
\ccc{SearchTraits}, for example \ccc{CGAL::Search_traits_2<Kernel>}.
|
||||
\ccc{SearchTraits}, for example \ccc{CGAL::Search_traits_2<CGAL::Simple_cartesian<double> >}.
|
||||
|
||||
Expects for the second template argument a model
|
||||
of the concept \ccc{IsoBox}, for example \ccc{CGAL::Iso_rectangle_2<Kernel>}.
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ as inner approximation a sphere with radius $r-\epsilon$.
|
|||
|
||||
|
||||
Expects for the template argument a model of the concept
|
||||
\ccc{SearchTraits}, for example \ccc{CGAL::Search_traits_2<Kernel>}.
|
||||
\ccc{SearchTraits}, for example \ccc{CGAL::Search_traits_2<CGAL::Cartesian_d<double> >}.
|
||||
|
||||
\ccIsModel
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ e.g., for an Euclidian distance the transformed distance is the squared Euclidea
|
|||
|
||||
\ccOperations
|
||||
|
||||
\ccMethod{FT distance(Query_item q, Point_d r);}{Returns the transformed distance between \ccc{q} and \ccc{r}.}
|
||||
\ccMethod{FT transformed_distance(Query_item q, Point_d r);}{Returns the transformed distance between \ccc{q} and~\ccc{r}.}
|
||||
|
||||
\ccMethod{FT min_distance_to_rectangle(Query_item q, Kd_tree_rectangle<FT> r);}
|
||||
{Returns the transformed distance between \ccc{q} and
|
||||
|
|
|
|||
|
|
@ -53,12 +53,13 @@ for example \ccc{CGAL::Cartesian<double>::Iso_cuboid_3}.
|
|||
|
||||
\ccOperations
|
||||
|
||||
\ccMethod{FT transformed distance(IsoBox b, Point_d p);}{Returns the transformed
|
||||
distance between \ccc{b} and \ccc{p}.}
|
||||
|
||||
\ccMethod{FT transformed_distance(FT d);} {Returns $d$.}
|
||||
|
||||
\ccMethod{FT inverse_of_transformed_distance(FT d);} {Returns $d$.}
|
||||
|
||||
\ccMethod{FT distance(IsoBox b, Point_d p);}{Returns the distance between \ccc{b} and \ccc{p}.}
|
||||
|
||||
\ccMethod{FT min_distance_to_rectangle(IsoBox b, Kd_tree_rectangle<Traits> r);}
|
||||
{Returns the minimal distance between a point from \ccc{b} and a point from
|
||||
\ccc{r}.}
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ $d$-dimensional query items.
|
|||
|
||||
\ccOperations
|
||||
|
||||
\ccMethod{FT distance(Point_d q, Point_d r);}{Returns the transformed distance between \ccc{q} and \ccc{r}.}
|
||||
\ccMethod{FT transformed_distance(Point_d q, Point_d r);}{Returns the transformed distance between \ccc{q} and~\ccc{r}.}
|
||||
|
||||
\ccMethod{FT min_distance_to_rectangle(Point_d q, Kd_tree_rectangle<Traits> r);}
|
||||
{Returns the transformed distance between \ccc{q} and
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ The values in the iterator range \ccc{[wb,we)} are the weight. }
|
|||
\ccOperations
|
||||
|
||||
|
||||
\ccMethod{FT distance(Point q, Point r);}{Returns $d^{power}$,
|
||||
\ccMethod{FT transformed_distance(Point q, Point r);}{Returns $d^{power}$,
|
||||
where $d$ denotes the distance between \ccc{q} and \ccc{r}.}
|
||||
|
||||
\ccMethod{FT min_distance_to_rectangle(Point q, Kd_tree_rectangle<Traits> r;);}
|
||||
|
|
@ -78,8 +78,8 @@ and returns the updated distance.}
|
|||
|
||||
\ccSeeAlso
|
||||
|
||||
\ccc{OrthogonalDistance},\\
|
||||
\ccc{CGAL::Euclidean_distance<Traits>}.
|
||||
\ccc{OrthogonalDistance}\\
|
||||
\ccc{CGAL::Euclidean_distance<Traits>}
|
||||
|
||||
\end{ccRefClass}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue