| 
    CGAL 4.4 - 2D Circular Geometry Kernel 
   | 
 
The AlgebraicKernelForCircles concept is meant to provide the curved kernel with all the algebraic functionalities required for the manipulation of circular arcs. 
Concepts | |
| concept | CompareX | 
| concept | CompareXY | 
| concept | CompareY | 
| concept | ConstructPolynomial_1_2 | 
| concept | ConstructPolynomialForCircles_2_2 | 
| concept | Polynomial_1_2 | 
Concept to represent bivariate polynomials of degree 1 whose coefficients are of a type that is a model of the concept RingNumberType.  More... | |
| concept | PolynomialForCircles_2_2 | 
Concept to represent bivariate polynomials of degree up to 2 capable of storing equations of circles, whose center's coordinates, as well as the square of the radius, are of a type that is a model of the concept FieldNumberType.  More... | |
| concept | RootForCircles_2_2 | 
Concept to represent the roots of a system of two equations of degree 2 in two variables x and y that are models of concept AlgebraicKernelForCircles::PolynomialForCircles_2_2  More... | |
| concept | SignAt | 
| concept | Solve | 
| concept | XCriticalPoints | 
| concept | YCriticalPoints | 
A model of the concept AlgebraicKernelForCircles::CompareX. 
A model of the concept AlgebraicKernelForCircles::CompareXY. 
A model of the concept AlgebraicKernelForCircles::CompareY. 
A model of FieldNumberType<RT>. 
A model of AlgebraicKernelForCircles::Polynomial_1_2, for bivariate polynomials of degree up to 1. 
A model of AlgebraicKernelForCircles::PolynomialForCircles_2_2, for bivariate polynomials of degree up to 2 that can store equations of circles. 
A model of AlgebraicKernelForCircles::RootForCircles_2_2, for solutions of systems of two models of AlgebraicKernelForCircles::PolynomialForCircles_2_2. 
A model of RootOf_2, for algebraic numbers of degree up to 2. 
A model of RingNumberType. 
A model of the concept AlgebraicKernelForCircles::SignAt. 
A model of the concept AlgebraicKernelForCircles::Solve. 
A model of the concept AlgebraicKernelForCircles::XCriticalPoints. 
A model of the concept AlgebraicKernelForCircles::YCriticalPoints.