Function tcod_sys::TCOD_heightmap_dig_bezier [] [src]

pub unsafe extern fn TCOD_heightmap_dig_bezier(hm: *mut TCOD_heightmap_t,
                                               px: *mut c_int,
                                               py: *mut c_int,
                                               startRadius: c_float,
                                               startDepth: c_float,
                                               endRadius: c_float,
                                               endDepth: c_float)