|
Ember
|
#include "mathUtils.h"Classes | |
| class | ScalarFunction |
| Represents a parameterization of a scalar function of one variable, a(t). More... | |
| class | LinearFunction |
| Represents a function that is constant before and after a linear ramp. More... | |
| class | ChebyshevFunction |
| Chebyshev polynomial representation of a(t). More... | |
Functions | |
| ScalarFunction * | newScalarFunction (const std::string &type, const ConfigOptions &options) |
Create a new function of type with additional options specified in options. | |
| ScalarFunction * newScalarFunction | ( | const std::string & | type, |
| const ConfigOptions & | options ) |
Create a new function of type with additional options specified in options.