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

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

Definition

Operations

A model of this concept must provide operators to construct a bounding box of geometric objects:

CGAL::Bbox_3 operator() (const SphericalKernel::Circular_arc_point_3 &p)
 
CGAL::Bbox_3 operator() (const SphericalKernel::Line_arc_3 &l)
 
CGAL::Bbox_3 operator() (const SphericalKernel::Circular_arc_3 &a)
 

Member Function Documentation

◆ operator()() [1/3]

CGAL::Bbox_3 SphericalKernel::ConstructBbox_3::operator() ( const SphericalKernel::Circular_arc_3 a)

◆ operator()() [2/3]

CGAL::Bbox_3 SphericalKernel::ConstructBbox_3::operator() ( const SphericalKernel::Circular_arc_point_3 p)

◆ operator()() [3/3]

CGAL::Bbox_3 SphericalKernel::ConstructBbox_3::operator() ( const SphericalKernel::Line_arc_3 l)