Function tcod_sys::TCOD_heightmap_kernel_transform [] [src]

pub unsafe extern fn TCOD_heightmap_kernel_transform(hm: *mut TCOD_heightmap_t,
                                                     kernelsize: c_int,
                                                     dx: *const c_int,
                                                     dy: *const c_int,
                                                     weight: *const c_float,
                                                     minLevel: c_float,
                                                     maxLevel: c_float)