CGAL 5.1 - 3D Spherical Geometry Kernel
AlgebraicKernelForSpheres::ConstructPolynomial_1_3 Class Reference

#include <Concepts/AlgebraicKernelForSpheres--ConstructPolynomial_1_3.h>

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. More...
 

Member Function Documentation

◆ operator()()

AlgebraicKernelForSpheres::Polynomial_1_3 AlgebraicKernelForSpheres::ConstructPolynomial_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.