|
CGAL 4.7 - 2D Circular Geometry Kernel
|
Operations | |
| template<class OutputIterator > | |
| OutputIterator | operator() (const AlgebraicKernelForCircles::Polynomial_for_circles_2_2 &p, OutputIterator res) |
Copies in the output iterator the x-critical points of polynomial p, as objects of type AlgebraicKernelForCircles::Root_for_circles_2_2. More... | |
| template<class OutputIterator > | |
| AlgebraicKernelForCircles::Root_for_circles_2_2 | operator() (const AlgebraicKernelForCircles::Polynomial_for_circles_2_2 &p, bool b) |
Computes the x-critical point with smallest (resp. largest) x of polynomial p if b is true (resp. false). More... | |
| OutputIterator AlgebraicKernelForCircles::XCriticalPoints::operator() | ( | const AlgebraicKernelForCircles::Polynomial_for_circles_2_2 & | p, |
| OutputIterator | res | ||
| ) |
Copies in the output iterator the x-critical points of polynomial p, as objects of type AlgebraicKernelForCircles::Root_for_circles_2_2.
| AlgebraicKernelForCircles::Root_for_circles_2_2 AlgebraicKernelForCircles::XCriticalPoints::operator() | ( | const AlgebraicKernelForCircles::Polynomial_for_circles_2_2 & | p, |
| bool | b | ||
| ) |
Computes the x-critical point with smallest (resp. largest) x of polynomial p if b is true (resp. false).