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

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

Definition

Concept to represent the roots of a system of three equations of degree 2 in three variables x, y and z that are models of concept AlgebraicKernelForSpheres::PolynomialForSpheres_2_3.

Has Models:
CGAL::Root_for_spheres_2_3
See also
AlgebraicKernelForSpheres

Operations

A model of this concept must provide:

bool operator== (const AlgebraicKernelForSpheres::RootForSpheres_2_3 &r1, const AlgebraicKernelForSpheres::RootForSpheres_2_3 &r2)
 Test equality of two roots of systems. More...
 

Member Function Documentation

◆ operator==()

bool AlgebraicKernelForSpheres::RootForSpheres_2_3::operator== ( const AlgebraicKernelForSpheres::RootForSpheres_2_3 r1,
const AlgebraicKernelForSpheres::RootForSpheres_2_3 r2 
)

Test equality of two roots of systems.