mirror of https://github.com/CGAL/cgal
parent
30e1848c0a
commit
c3530e21dc
|
|
@ -9513,7 +9513,7 @@ sites with respect to the geodesic metric within a simple $n$-sided polygon."
|
|||
, number = 1
|
||||
, year = 1993
|
||||
, pages = "27--35"
|
||||
, keywords = "polygon, triagulation"
|
||||
, keywords = "polygon, triangulation"
|
||||
, update = "95.05 korneenko"
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -469,7 +469,7 @@ public:
|
|||
{
|
||||
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 triang = construct_triangle(pt[0].first, pt[1].first, pt[2].first,
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ ou de la face infini
|
|||
|
||||
|
||||
- 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
|
||||
Delaunay_constrained and Constrained_triangulation_plus
|
||||
- Harmoniser find_conflicts() avec le 3d
|
||||
|
|
|
|||
Loading…
Reference in New Issue