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

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

Definition

Operations

A model of this concept must provide:

CGAL::Sign operator() (const AlgebraicKernelForSpheres::Polynomial_1_3 &p, const AlgebraicKernelForSpheres::Root_for_spheres_2_3 &r)
 Computes the sign of polynomial p evaluated at a root r. More...
 
CGAL::Sign operator() (const AlgebraicKernelForSpheres::Polynomial_for_spheres_2_3 &p, const AlgebraicKernelForSpheres::Root_for_spheres_2_3 &r)
 Same as previous. More...
 

Member Function Documentation

◆ operator()() [1/2]

CGAL::Sign AlgebraicKernelForSpheres::SignAt::operator() ( const AlgebraicKernelForSpheres::Polynomial_1_3 p,
const AlgebraicKernelForSpheres::Root_for_spheres_2_3 r 
)

Computes the sign of polynomial p evaluated at a root r.

◆ operator()() [2/2]

CGAL::Sign AlgebraicKernelForSpheres::SignAt::operator() ( const AlgebraicKernelForSpheres::Polynomial_for_spheres_2_3 p,
const AlgebraicKernelForSpheres::Root_for_spheres_2_3 r 
)

Same as previous.