AlgebraicKernelForSpheres::PolynomialForSpheres_2_3

Definition

Concept to represent trivariate polynomials of degree up to 2 capable of storing equations of spheres, 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

Creation

Operations

The comparison operator == must be provided.

bool p == q Tests equality of two polynomials.

Has Models

CGAL::Polynomial_for_spheres_2_3

See Also

AlgebraicKernelForSpheres