Struct voxel_worldgen::layer::GenSimpleFnMixer [] [src]

pub struct GenSimpleFnMixer<I1, I2, O> { /* fields omitted */ }

Methods

impl<I1, I2, O> GenSimpleFnMixer<I1, I2, O>
[src]

Trait Implementations

impl<I1: Copy, I2: Copy, O> GenLayer<O> for GenSimpleFnMixer<I1, I2, O>
[src]