pub fn evaluate(f: &MathFunction, t: f32, input: f32) -> f32Expand description
Evaluate a scalar function of time.
t = elapsed seconds since engine start.
input = chained input value (for composed functions).
pub fn evaluate(f: &MathFunction, t: f32, input: f32) -> f32Evaluate a scalar function of time.
t = elapsed seconds since engine start.
input = chained input value (for composed functions).