|
CGAL 5.6.1 - 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 |