mirror of https://github.com/CGAL/cgal
Fix doc
This commit is contained in:
parent
1123afb70e
commit
469b90456a
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue