- Fix return type of Compare_distance_3 in the HierarchyTraits_3 doc.

This commit is contained in:
Sylvain Pion 2001-07-13 16:37:55 +00:00
parent 8d6aeabf3d
commit fc2743a767
5 changed files with 11 additions and 4 deletions

View File

@ -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.

View File

@ -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}.}

View File

@ -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}.}

View File

@ -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}.}

View File

@ -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}.}