mirror of https://github.com/CGAL/cgal
Merge pull request #476 from afabri/Arrangement_2-fix_typos-GF
fix typos (fixes suggested by Efi)
This commit is contained in:
commit
0a98eb9f95
|
|
@ -2185,7 +2185,7 @@ If, in addition, the subcurve traits also models the concept
|
|||
concepts `ArrangementApproximateTraits_2` and
|
||||
`ArrangementConstructXMonotoneCurveTraits_2` implies modeling the
|
||||
concept `ArrangementLandmarkTraits_2`.) The same holds for the
|
||||
`ArrangementOpenTraits_2` concept as well.
|
||||
`ArrangementOpenBoundaryTraits_2` concept as well.
|
||||
Modeling the `ArrangementConstructXMonotoneCurveTraits_2` concept
|
||||
implies that the subcurve traits must support the construction of a
|
||||
unique (\f$x\f$-monotone) segment given two input points. Roughly
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ public:
|
|||
/*!
|
||||
the traits class in use.
|
||||
*/
|
||||
typedef unspecified_type Traits_2;
|
||||
typedef Traits Traits_2;
|
||||
|
||||
/*!
|
||||
the <span class="textsc">Dcel</span> representation of the arrangement.
|
||||
|
|
|
|||
Loading…
Reference in New Issue