mirror of https://github.com/CGAL/cgal
whitespace
This commit is contained in:
parent
4404ae44fe
commit
74e0b77e05
|
|
@ -87,7 +87,7 @@ Point_set_2(InputIterator first, InputIterator last);
|
||||||
/// @{
|
/// @{
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
if `PS` contains a vertex ` v` with \f$ |pos(v)| = p\f$
|
if `PS` contains a vertex `v` with `v.point() == p`
|
||||||
the result is a handle to `v` otherwise the result is `NULL`.
|
the result is a handle to `v` otherwise the result is `NULL`.
|
||||||
*/
|
*/
|
||||||
Vertex\_handle lookup(Point p);
|
Vertex\_handle lookup(Point p);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue