CGAL 5.6.1 - 2D Arrangements
CGAL::Arr_conic_traits_2< RatKernel, AlgKernel, NtTraits >::Construct_x_monotone_curve_2 Class Reference

#include <CGAL/Arr_conic_traits_2.h>

Definition

A functor that constructs an \(x\)-monotone conic arc.

Public Member Functions

X_monotone_curve_2 operator() (const Curve_2 &cv) const
 converts a given arc to an \(x\)-monotone arc. More...
 
X_monotone_curve_2 operator() (const Point_2 &source, const Point_2 &target) const
 Constructs an \(x\)-monotone curve connecting the two given endpoints. More...
 
X_monotone_curve_2 operator() (const Algebraic &a, const Algebraic &b, const Algebraic &c, const Point_2 &source, const Point_2 &target) const
 Constructs a special segment of a given line connecting to given endpoints. More...
 

Member Function Documentation

◆ operator()() [1/3]

template<typename RatKernel , typename AlgKernel , typename NtTraits >
X_monotone_curve_2 CGAL::Arr_conic_traits_2< RatKernel, AlgKernel, NtTraits >::Construct_x_monotone_curve_2::operator() ( const Curve_2 cv) const

converts a given arc to an \(x\)-monotone arc.

Parameters
cvThe input arc.
Precondition
cv is \(x\)-monotone.

◆ operator()() [2/3]

template<typename RatKernel , typename AlgKernel , typename NtTraits >
X_monotone_curve_2 CGAL::Arr_conic_traits_2< RatKernel, AlgKernel, NtTraits >::Construct_x_monotone_curve_2::operator() ( const Point_2 source,
const Point_2 target 
) const

Constructs an \(x\)-monotone curve connecting the two given endpoints.

Parameters
sourceThe first point.
targetThe second point.
Precondition
source and target must not be the same.
Returns
A segment connecting source and target.

◆ operator()() [3/3]

template<typename RatKernel , typename AlgKernel , typename NtTraits >
X_monotone_curve_2 CGAL::Arr_conic_traits_2< RatKernel, AlgKernel, NtTraits >::Construct_x_monotone_curve_2::operator() ( const Algebraic a,
const Algebraic b,
const Algebraic c,
const Point_2 source,
const Point_2 target 
) const

Constructs a special segment of a given line connecting to given endpoints.

Parameters
a,b,cThe coefficients of the supporting line ( \(ax + by + c = 0\)).
sourceThe source point.
targetThe target point.
Precondition
source and target must not be the same.
Returns
A segment connecting source and target.