CGAL 6.1 - 2D Arrangements
|
#include <Concepts/AosApproximateTraits_2.h>
The concept AosApproximateTraits_2
refines the concept AosApproximatePointTraits_2
. A model of this concept is able to approximate a point and a curve (in addition to the ability to approximate the coordinates of a point).
AosApproximatePointTraits_2
CGAL::Arr_circle_segment_traits_2<Kernel>
CGAL::Arr_conic_traits_2<RatKernel,AlgKernel,NtTraits>
CGAL::Arr_geodesic_arc_on_sphere_traits_2
CGAL::Arr_polyline_traits_2<SegmentTraits_2>
CGAL::Arr_segment_traits_2<Kernel>
AosApproximatePointTraits_2
draw()
Types | |
typedef unspecified_type | Approximate_point_2 |
the approximate point. | |
Functor Types | |
typedef unspecified_type | Approximate_2 |
models the concept AosTraits::Approximate_2 . | |
Accessing Functor Objects | |
Approximate_2 | approximate_2_object () const |
models the concept AosTraits::Approximate_2
.
the approximate point.
Approximate_2 AosApproximateTraits_2::approximate_2_object | ( | ) | const |