CGAL 5.4 - 3D Spherical Geometry Kernel
AlgebraicKernelForSpheres::ConstructPolynomial_1_3 Concept Reference

Definition

Operations

A model of this concept must provide:

AlgebraicKernelForSpheres::Polynomial_1_3 operator() (const AlgebraicKernelForSpheres::RT &a, const AlgebraicKernelForSpheres::RT &b, const AlgebraicKernelForSpheres::RT &c, const AlgebraicKernelForSpheres::RT &d)
 Constructs polynomial ax+by+cz+d.