TCOD_heightmap_get_interpolated_value

Function TCOD_heightmap_get_interpolated_value 

Source
pub unsafe extern "C" fn TCOD_heightmap_get_interpolated_value(
    hm: *const TCOD_heightmap_t,
    x: f32,
    y: f32,
) -> f32