\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.12 - 2D Circular Geometry Kernel
AlgebraicKernelForCircles::YCriticalPoints Concept Reference

Definition

Operations

A model fo of this type must provide:

template<class OutputIterator >
OutputIterator operator() (const AlgebraicKernelForCircles::Polynomial_for_circles_2_2 &p, OutputIterator res)
 Copies in the output iterator the y-critical points of polynomial p, as objects of type AlgebraicKernelForCircles::Root_for_circles_2_2.
 
template<class OutputIterator >
AlgebraicKernelForCircles::Root_for_circles_2_2 operator() (const AlgebraicKernelForCircles::Polynomial_for_circles_2_2 &p, bool i)
 Computes the y-critical point with smallest (resp. largest) y of polynomial p if b is true (resp. false).