This commit is contained in:
Andreas Fabri 2018-05-25 10:36:24 +01:00 committed by Laurent Rineau
parent 1123afb70e
commit 469b90456a
1 changed files with 2 additions and 1 deletions

View File

@ -80,7 +80,8 @@ typedef unspecified_type Compute_squared_distance_2;
A function object whose
`operator()` computes the bounding box of a point.
`Point_2 operator()(Point_2 p);` Returns the bounding box of `p`.
`unspecified_type operator()(Point_2 p);` Returns the bounding box of `p`.
The result type is either `Bbox_2` or `Bbox_3` (for projection traits classes).
*/
typedef unspecified_type Compute_bounding_box_2;