Ember
Loading...
Searching...
No Matches
Classes | Functions
scalarFunction.h File Reference
#include "mathUtils.h"
Include dependency graph for scalarFunction.h:
This graph shows which files directly or indirectly include this file:

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

ScalarFunctionnewScalarFunction (const std::string &type, const ConfigOptions &options)
 Create a new function of type with additional options specified in options.
 

Function Documentation

◆ newScalarFunction()

ScalarFunction * newScalarFunction ( const std::string &  type,
const ConfigOptions options 
)

Create a new function of type with additional options specified in options.