|
| 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 |
|
| Curve (const Curve &other)=default |
|
| Curve (Curve &&other)=default |
|
◆ 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
-
- Returns
- another value
Implements grail::curves::Curve.
The documentation for this class was generated from the following files: