Struct noise::Abs [] [src]

pub struct Abs<'a, T: 'a> {
    pub source: &'a NoiseFn<T>,
}

Noise function that outputs the absolute value of the output value from the source function.

Fields

Outputs a value.

Methods

impl<'a, T> Abs<'a, T>
[src]

[src]

Trait Implementations

impl<'a, T> NoiseFn<T> for Abs<'a, T>
[src]

[src]

Auto Trait Implementations

impl<'a, T> !Send for Abs<'a, T>

impl<'a, T> !Sync for Abs<'a, T>