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

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

Definition

Operations

An object of this type must provide:

Bounded_side operator() (const SphericalKernel::Sphere_3 &s, const SphericalKernel::Circular_arc_point_3 &p)
 For a sphere. More...
 
Bounded_side operator() (const SphericalKernel::Circle_3 &s, const SphericalKernel::Circular_arc_point_3 &p)
 For a circle. More...
 

Member Function Documentation

◆ operator()() [1/2]

Bounded_side SphericalKernel::BoundedSide_3::operator() ( const SphericalKernel::Circle_3 s,
const SphericalKernel::Circular_arc_point_3 p 
)

For a circle.

◆ operator()() [2/2]

Bounded_side SphericalKernel::BoundedSide_3::operator() ( const SphericalKernel::Sphere_3 s,
const SphericalKernel::Circular_arc_point_3 p 
)

For a sphere.