CGAL 5.1 - 2D and 3D Linear Geometry Kernel
Kernel::ComputeApproximateSquaredLength_3 Class Reference

#include <Concepts/FunctionObjectConcepts.h>

Definition

Refines:
AdaptableFunctor (with one argument)
See also
CGAL::Circle_3<Kernel>

Operations

A model of this concept must provide:

double operator() (const Kernel::Circle_3 &c)
 returns an approximation of the squared length (i.e. perimeter) of c. More...
 

Member Function Documentation

◆ operator()()

double Kernel::ComputeApproximateSquaredLength_3::operator() ( const Kernel::Circle_3 c)

returns an approximation of the squared length (i.e. perimeter) of c.