mirror of https://github.com/CGAL/cgal
- Fix return type of Compare_distance_3 in the HierarchyTraits_3 doc.
This commit is contained in:
parent
8d6aeabf3d
commit
fc2743a767
|
|
@ -1,3 +1,6 @@
|
|||
Version 1.75 (?? July 01)
|
||||
- Fix return type of Compare_distance_3 in the HierarchyTraits_3 doc.
|
||||
|
||||
Version 1.74 (13 July 01)
|
||||
- copy_tds() cleanups.
|
||||
- replace delete Cell by delete_cell() in Regular.
|
||||
|
|
|
|||
|
|
@ -25,7 +25,8 @@ The triangulation hierarchy uses the traits class
|
|||
following additional predicate:
|
||||
|
||||
\ccNestedType{Compare_distance_3}{Predicate object.
|
||||
Must provide the operator \ccc{bool operator()(Point p, Point q, Point r)}
|
||||
Must provide the operator
|
||||
\ccc{Comparison_result operator()(Point p, Point q, Point r)}
|
||||
which compares the distance between \ccc{p} and \ccc{q} to the distance
|
||||
between \ccc{p} and \ccc{r}.}
|
||||
|
||||
|
|
|
|||
|
|
@ -140,7 +140,8 @@ The triangulation hierarchy uses the traits class provided by
|
|||
\ccc{Tr::Geom_traits}, which must satisfy the following additional predicate:
|
||||
|
||||
\ccNestedType{Compare_distance_3}{Predicate object.
|
||||
Must provide the operator \ccc{bool operator()(Point p, Point q, Point r)}
|
||||
Must provide the operator
|
||||
\ccc{Comparison_result operator()(Point p, Point q, Point r)}
|
||||
which compares the distance between \ccc{p} and \ccc{q} to the distance
|
||||
between \ccc{p} and \ccc{r}.}
|
||||
|
||||
|
|
|
|||
|
|
@ -25,7 +25,8 @@ The triangulation hierarchy uses the traits class
|
|||
following additional predicate:
|
||||
|
||||
\ccNestedType{Compare_distance_3}{Predicate object.
|
||||
Must provide the operator \ccc{bool operator()(Point p, Point q, Point r)}
|
||||
Must provide the operator
|
||||
\ccc{Comparison_result operator()(Point p, Point q, Point r)}
|
||||
which compares the distance between \ccc{p} and \ccc{q} to the distance
|
||||
between \ccc{p} and \ccc{r}.}
|
||||
|
||||
|
|
|
|||
|
|
@ -140,7 +140,8 @@ The triangulation hierarchy uses the traits class provided by
|
|||
\ccc{Tr::Geom_traits}, which must satisfy the following additional predicate:
|
||||
|
||||
\ccNestedType{Compare_distance_3}{Predicate object.
|
||||
Must provide the operator \ccc{bool operator()(Point p, Point q, Point r)}
|
||||
Must provide the operator
|
||||
\ccc{Comparison_result operator()(Point p, Point q, Point r)}
|
||||
which compares the distance between \ccc{p} and \ccc{q} to the distance
|
||||
between \ccc{p} and \ccc{r}.}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue