Struct anl::ImplicitSelect [] [src]

pub struct ImplicitSelect { /* fields omitted */ }

Select is used to choose between one function or another based on the output value of a third control function. Two parameters control how the select is performed, threshold and falloff. Threshold determines where the dividing line is; values on one side of threshold are taken from one source module, while values on the other side are taken from the second source. Falloff defines the width of a soft "blend" zone that straddles threshold, helping to smooth the transition between the two functions.

Methods

impl ImplicitSelect
[src]

Trait Implementations

impl ImplicitModule for ImplicitSelect
[src]