tesseract v5.3.3.20231005
tesseract::ClipGPrime Struct Reference

#include <functions.h>

Public Member Functions

TFloat operator() (TFloat y) const
 

Detailed Description

Definition at line 135 of file functions.h.

Member Function Documentation

◆ operator()()

TFloat tesseract::ClipGPrime::operator() ( TFloat  y) const
inline

Definition at line 136 of file functions.h.

136 {
137 return -1 < y && y < 1 ? 1 : 0;
138 }
const double y

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