Struct dsp::signal::NoiseSimplex [] [src]

pub struct NoiseSimplex<S> {
    // some fields omitted
}

A 1D simplex-noise generator.

Methods

impl<S> NoiseSimplex<S> where S: Step

fn next_sample(&mut self) -> f64

Trait Implementations

impl<S> Iterator for NoiseSimplex<S> where S: Step

type Item = [f64; 1]

fn next(&mut self) -> Option<NoiseSimplex<S>::Item>

Derived Implementations

impl<S> Clone for NoiseSimplex<S> where S: Clone

fn clone(&self) -> NoiseSimplex<S>

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more