CGAL 5.6.1 - 3D Spherical Geometry Kernel
SphericalKernel::ConstructCircle_3 Concept Reference

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.
 
SphericalKernel::Circle_3 operator() (const SphericalKernel::Polynomials_for_circles_3 &p)
 Constructs a circle from an equation.