Spelling correction

Spelling correction
This commit is contained in:
albert-github 2024-09-28 11:49:56 +02:00
parent 30e1848c0a
commit c3530e21dc
3 changed files with 3 additions and 3 deletions

View File

@ -9513,7 +9513,7 @@ sites with respect to the geodesic metric within a simple $n$-sided polygon."
, number = 1 , number = 1
, year = 1993 , year = 1993
, pages = "27--35" , pages = "27--35"
, keywords = "polygon, triagulation" , keywords = "polygon, triangulation"
, update = "95.05 korneenko" , update = "95.05 korneenko"
} }

View File

@ -469,7 +469,7 @@ public:
{ {
return construct_segment(ps[0].first, ps[1].first, ps[0].second, ps[1].second); return construct_segment(ps[0].first, ps[1].first, ps[0].second, ps[1].second);
} }
/// Converts the Periodic_triangle pt to a Triagle in \f$R^2\f$. /// Converts the Periodic_triangle pt to a Triangle in \f$R^2\f$.
Triangle triangle(const Periodic_triangle &pt) const Triangle triangle(const Periodic_triangle &pt) const
{ {
Triangle triang = construct_triangle(pt[0].first, pt[1].first, pt[2].first, Triangle triang = construct_triangle(pt[0].first, pt[1].first, pt[2].first,

View File

@ -53,7 +53,7 @@ ou de la face infini
- Check if copy constructor and assignment operator of - Check if copy constructor and assignment operator of
constrained triangulation transfers the contrained marks. constrained triangulation transfers the contained marks.
- Something still tobe done for remove in Constrained - Something still tobe done for remove in Constrained
Delaunay_constrained and Constrained_triangulation_plus Delaunay_constrained and Constrained_triangulation_plus
- Harmoniser find_conflicts() avec le 3d - Harmoniser find_conflicts() avec le 3d