\( \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.14 - 2D Circular Geometry Kernel
AlgebraicKernelForCircles::PolynomialForCircles_2_2 Concept Reference

Definition

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.

Refines:

CopyConstructible

Assignable

DefaultConstructible

Has Models:
CGAL::Polynomial_for_circles_2_2
See also
AlgebraicKernelForCircles

Operations

A model of this concept must provide:

bool operator== (AlgebraicKernelForCircles::const PolynomialForCircles_2_2 &p, const AlgebraicKernelForCircles::PolynomialForCircles_2_2 &q)