TCOD_heightmap_get_slope

Function TCOD_heightmap_get_slope 

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