DGtal  1.2.0
Public Member Functions
DGtal::functors::LambdaSinFromPiFunction Struct Reference

#include <DGtal/geometry/curves/estimation/FunctorsLambdaMST.h>

Public Member Functions

double operator() (double x) const
 

Detailed Description

Sine Lambda functor [62]. \( \sin x \pi \)

Definition at line 82 of file FunctorsLambdaMST.h.

Member Function Documentation

◆ operator()()

double DGtal::functors::LambdaSinFromPiFunction::operator() ( double  x) const
inline

Definition at line 84 of file FunctorsLambdaMST.h.

85  {
86  return std::sin ( M_PI * x );
87  }

The documentation for this struct was generated from the following file: