Skip to main content

fill_cell_corner_densities

Function fill_cell_corner_densities 

Source
pub fn fill_cell_corner_densities(
    noises: &OverworldNoises,
    cache: &OverworldColumnCache,
    x: i32,
    y: i32,
    z: i32,
    blended_noise_value: f64,
    out: &mut [f64],
)
Expand description

Evaluate the inner functions of all Interpolated markers at a cell corner.

out must have length INTERPOLATED_COUNT.