Function pathfinder::map::gen_map_dimensions[][src]

pub fn gen_map_dimensions(min_max: ((i16, i16), (i16, i16))) -> (u32, u32)

Returns the difference between the lowest and highest x and y values, respectively.