Enum simdnoise::NoiseType[][src]

pub enum NoiseType {
    FBM,
    Turbulence,
    Normal,
}

Specifies what type of noise to generate.

Variants

Fractal brownian motion on top of simplex noise

Turbulence on top of simplex noise

Simplex Noise

Trait Implementations

impl Copy for NoiseType
[src]

impl Clone for NoiseType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for NoiseType

impl Sync for NoiseType