CGAL 6.1 - 3D Spherical Geometry Kernel
Loading...
Searching...
No Matches
SphericalKernel::HasOnBoundedSide_3 Class Reference

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

Definition

Refines
Kernel::HasOnBoundedSide_3
See also
SphericalKernel::BoundedSide_3
SphericalKernel::HasOnUnboundedSide_3

Operations

An object of this type must provide:

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

Member Function Documentation

◆ operator()() [1/2]

bool SphericalKernel::HasOnBoundedSide_3::operator() ( const SphericalKernel::Circle_3 s,
const SphericalKernel::Circular_arc_point_3 p 
)

For a circle.

◆ operator()() [2/2]

bool SphericalKernel::HasOnBoundedSide_3::operator() ( const SphericalKernel::Sphere_3 s,
const SphericalKernel::Circular_arc_point_3 p 
)

For a sphere.