|
| UnitStepFunction (float initThreshold, float beforeThresholdValue, float afterThresholdValue) |
|
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 | GetThreshold () const |
|
float | GetBeforeThresholdValue () const |
|
float | GetAfterThresholdValue () const |
|
CurveTypeId | GetTypeId () const override |
|
| Curve (const Curve &other)=default |
|
| Curve (Curve &&other)=default |
|
◆ Sample()
float grail::curves::UnitStepFunction::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: