mirror of https://github.com/CGAL/cgal
Improve sentence
This commit is contained in:
parent
a1a60e9921
commit
d59445394f
|
|
@ -111,8 +111,8 @@ Vertex_handle insert(const Weighted_point & p, Locate_type lt,
|
|||
|
||||
/*!
|
||||
Inserts the weighted points found in range `[s,e)` in the regular triangulation.
|
||||
Returns the difference of the number of vertices between after and
|
||||
before the insertions (it may be negative due to hidden points).
|
||||
Returns the difference between the number of vertices after and before
|
||||
the insertions (it may be negative due to hidden points).
|
||||
Note that this function is not guaranteed to insert the points
|
||||
following the order of `ForwardIterator` because `spatial_sort()`
|
||||
is used to improve efficiency.
|
||||
|
|
|
|||
Loading…
Reference in New Issue