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

#include <Concepts/FunctionObjectConcepts.h>

Definition

See also
CGAL::Circle_3<Kernel>
Refines:
AdaptableFunctor

Operations

A model of this concept must provide:

double operator() (const Kernel::Circle_3 &c)
 returns an approximation of the area of c. More...
 

Member Function Documentation

◆ operator()()

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

returns an approximation of the area of c.