Struct anl::ImplicitCombiner [] [src]

pub struct ImplicitCombiner { /* fields omitted */ }

Combiner is useful for mathematically combining several functions together using arithmetic operators. The function will accept up to 20 sources, and generates a combination of the sources depending on the type parameter, which can be one of Add, Mul, Max, Min or Avg.

Methods

impl ImplicitCombiner
[src]

Trait Implementations

impl ImplicitModule for ImplicitCombiner
[src]