| 
| 
  | ExponentialFunction (float initBase) | 
|   | 
| virtual float  | Sample (float argument) const override | 
|   | Sample - User-defined method which processes provided value (currently vector of values - multidemensional curves will soon become deprecated).  More...
  | 
|   | 
| 
float  | GetBase () const | 
|   | 
| 
CurveTypeId  | GetTypeId () const override | 
|   | 
| 
  | Curve (const Curve &other)=default | 
|   | 
| 
  | Curve (Curve &&other)=default | 
|   | 
◆ Sample()
  
  
      
        
          | float grail::curves::ExponentialFunction::Sample  | 
          ( | 
          float  | 
          argument | ) | 
           const | 
         
       
   | 
  
overridevirtual   | 
  
 
Sample - User-defined method which processes provided value (currently vector of values - multidemensional curves will soon become deprecated). 
- Parameters
 - 
  
  
 
- Returns
 - another value 
 
Implements grail::curves::Curve.
 
 
The documentation for this class was generated from the following files: