(C++)  1.0.0
A multi-platform, modular, universal engine for embedding advanced AI in games.
grail::curves::PowerFunction Class Referencefinal
Inheritance diagram for grail::curves::PowerFunction:
Collaboration diagram for grail::curves::PowerFunction:

Public Member Functions

 PowerFunction (float initSlope, float initIntercept, float initExponent)
 
 PowerFunction (std::pair< float, float > firstPoint, std::pair< float, float > secondPoint, float initExponent)
 
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 GetSlope () const
 
float GetIntercept () const
 
float GetExponent () const
 
CurveTypeId GetTypeId () const override
 
- Public Member Functions inherited from grail::curves::Curve
 Curve (const Curve &other)=default
 
 Curve (Curve &&other)=default
 

Member Function Documentation

◆ Sample()

float grail::curves::PowerFunction::Sample ( float  argument) const
overridevirtual

Sample - User-defined method which processes provided value (currently vector of values - multidemensional curves will soon become deprecated).

Parameters
argument
Returns
another value

Implements grail::curves::Curve.


The documentation for this class was generated from the following files: