CGAL 6.1 - 3D Spherical Geometry Kernel
Loading...
Searching...
No Matches
AlgebraicKernelForSpheres::ConstructPolynomialForSpheres_2_3 Class Reference

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

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.
 

Member Function Documentation

◆ operator()()

AlgebraicKernelForSpheres::PolynomialForSpheres_2_3 AlgebraicKernelForSpheres::ConstructPolynomialForSpheres_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.