mirror of https://github.com/CGAL/cgal
typo
This commit is contained in:
parent
accec80213
commit
f18a490f72
|
|
@ -48,7 +48,7 @@ library, with its ability to exactly represent simple algebraic numbers.
|
|||
|
||||
While `Arr_Bezier_curve_traits_2` models the concept
|
||||
`ArrangementDirectionalXMonotoneTraits_2`, the implementation of
|
||||
the `Arr_mergeable_2` operation does not enforce the input curves
|
||||
the `Are_mergeable_2` operation does not enforce the input curves
|
||||
to have the same direction as a precondition. Moreover, `Arr_Bezier_curve_traits_2`
|
||||
supports the merging of curves of opposite directions.
|
||||
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ For more details see the documentation of \ref ::CGAL::Sqrt_extension<NT,ROOT>
|
|||
|
||||
While `Arr_circle_segment_traits_2` models the concept
|
||||
`ArrangementDirectionalXMonotoneTraits_2`, the implementation of
|
||||
the `Arr_mergeable_2` operation does not enforce the input curves
|
||||
the `Are_mergeable_2` operation does not enforce the input curves
|
||||
to have the same direction as a precondition. Moreover, `Arr_circle_segment_traits_2`
|
||||
supports the merging of curves of opposite directions.
|
||||
|
||||
|
|
|
|||
|
|
@ -69,7 +69,7 @@ and defines a curve and \f$ x\f$-monotone curve types, as detailed below.
|
|||
|
||||
While the `Arr_conic_traits_2` models the concept
|
||||
`ArrangementDirectionalXMonotoneTraits_2`, the implementation of
|
||||
the `Arr_mergeable_2` operation does not enforce the input curves
|
||||
the `Are_mergeable_2` operation does not enforce the input curves
|
||||
to have the same direction as a precondition. Moreover, `Arr_conic_traits_2`
|
||||
supports the merging of curves of opposite directions.
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ arrangements of huge sets of input segments.
|
|||
|
||||
While `Arr_non_caching_segment_traits_2` models the concept
|
||||
`ArrangementDirectionalXMonotoneTraits_2`, the implementation of
|
||||
the `Arr_mergeable_2` operation does not enforce the input curves
|
||||
the `Are_mergeable_2` operation does not enforce the input curves
|
||||
to have the same direction as a precondition. Moreover, `Arr_non_caching_segment_traits_2`
|
||||
supports the merging of curves of opposite directions.
|
||||
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ namespace CGAL {
|
|||
|
||||
While `Arr_rational_function_traits_2` models the concept
|
||||
`ArrangementDirectionalXMonotoneTraits_2`, the implementation of
|
||||
the `Arr_mergeable_2` operation does not enforce the input curves
|
||||
the `Are_mergeable_2` operation does not enforce the input curves
|
||||
to have the same direction as a precondition. Moreover, `Arr_rational_function_traits_2`
|
||||
supports the merging of curves of opposite directions.
|
||||
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ with the `Arr_non_caching_segment_traits_2` traits-class.
|
|||
|
||||
While `Arr_segment_traits_2` models the concept
|
||||
`ArrangementDirectionalXMonotoneTraits_2`, the implementation of
|
||||
the `Arr_mergeable_2` operation does not enforce the input curves
|
||||
the `Are_mergeable_2` operation does not enforce the input curves
|
||||
to have the same direction as a precondition. Moreover, `Arr_segment_traits_2`
|
||||
supports the merging of curves of opposite directions.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue