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.
The comparison operator == must be provided.
|
| Tests equality of two polynomials. |
CGAL::Polynomial_for_spheres_2_3