MCPcopy Create free account
hub / github.com/PerroEngine/Perro / eval

Method eval

perro_source/core/perro_particle_math/src/lib.rs:83–85  ·  view source on GitHub ↗
(&self, t: f32, life: f32, params: &[f32], stack: &mut Vec<f32>)

Source from the content-addressed store, hash-verified

81 pub fn ops(&self) -> &[Op] {
82 &self.ops
83 }
84
85 pub fn eval(&self, t: f32, life: f32, params: &[f32], stack: &mut Vec<f32>) -> Option<f32> {
86 eval_ops(&self.ops, t, life, params, stack)
87 }
88

Callers 2

compile_and_eval_worksFunction · 0.80
tau_constant_worksFunction · 0.80

Calls 1

eval_opsFunction · 0.85

Tested by 2

compile_and_eval_worksFunction · 0.64
tau_constant_worksFunction · 0.64