[][src]Function tcod_sys::TCOD_heightmap_get_normal

pub unsafe extern "C" fn TCOD_heightmap_get_normal(
    hm: *const TCOD_heightmap_t,
    x: f32,
    y: f32,
    n: *mut f32,
    waterLevel: f32
)