CGAL 5.1 - 3D Spherical Geometry Kernel
SphericalKernel::ConstructCircle_3 Class Reference

#include <Concepts/SphericalKernel--ConstructCircle_3.h>

Definition

Operations

A model of this concept must provide:

SphericalKernel::Circle_3 operator() (const SphericalKernel::Circular_arc_3 &a)
 Constructs the circle containing the arc. More...
 
SphericalKernel::Circle_3 operator() (const SphericalKernel::Polynomials_for_circles_3 &p)
 Constructs a circle from an equation. More...
 

Member Function Documentation

◆ operator()() [1/2]

SphericalKernel::Circle_3 SphericalKernel::ConstructCircle_3::operator() ( const SphericalKernel::Circular_arc_3 a)

Constructs the circle containing the arc.

◆ operator()() [2/2]

SphericalKernel::Circle_3 SphericalKernel::ConstructCircle_3::operator() ( const SphericalKernel::Polynomials_for_circles_3 &  p)

Constructs a circle from an equation.