CGAL 5.3 - 3D Spherical Geometry Kernel
AlgebraicKernelForSpheres::ConstructPolynomialForSpheres_2_3 Concept Reference

Definition

Operations

A model of this concept must provide:

AlgebraicKernelForSpheres::PolynomialForSpheres_2_3 operator() (const AlgebraicKernelForSpheres::FT &a, const AlgebraicKernelForSpheres::FT &b, const AlgebraicKernelForSpheres::FT &c, const AlgebraicKernelForSpheres::FT &rsq)
 Constructs polynomial (x-a)^2 + (y-b)^2 + (z-c)^2 - rsq.