Function tcod_sys::TCOD_heightmap_get_normal [] [src]

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