code review: apply changes

Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
This commit is contained in:
Vincent Rouvreau 2021-02-16 18:15:21 +01:00 committed by GitHub
parent c5721c38c8
commit 17fca4bf1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 4 deletions

View File

@ -159,10 +159,13 @@ Vertex_handle insert_if_in_star(const Weighted_point & p, Vertex_handle star_cen
Vertex_handle hint);
/*!
Inserts weighted point `p` in the triangulation.
Similar to the above `insert_if_in_star()` function, but takes as additional
parameter the return values of a previous location query. See description of
`Triangulation::locate()`.
inserts the weighted point `p` in the triangulation.
This function is similar to the above `insert_if_in_star()` function,
but takes as additional parameters the return values of the location query
of `p`.
\sa `Triangulation::locate()`.
*/
insert_if_in_star(const Weighted_point & p, Vertex_handle star_center, Locate_type lt,
const Face & f, const Facet &, Full_cell_handle s);