CGAL 6.0.1 - 2D Arrangements
|
#include <CGAL/Arr_conic_traits_2.h>
A functor that constructs a bounding box of a conic arc.
Public Member Functions | |
Bbox_2 | operator() (const Curve_2 &cv) const |
Obtain a bounding box for a conic arc. | |
Bbox_2 | operator() (const X_monotone_curve_2 &xcv) const |
Obtain a bounding box for an \(x\)-monotone conic arc. | |
Bbox_2 CGAL::Arr_conic_traits_2< RatKernel, AlgKernel, NtTraits >::Construct_bbox_2::operator() | ( | const Curve_2 & | cv | ) | const |
Obtain a bounding box for a conic arc.
cv | The conic arc. |
Bbox_2 CGAL::Arr_conic_traits_2< RatKernel, AlgKernel, NtTraits >::Construct_bbox_2::operator() | ( | const X_monotone_curve_2 & | xcv | ) | const |
Obtain a bounding box for an \(x\)-monotone conic arc.
xcv | The \(x\)-monotone conic arc. |