Module pathfinder::map[][src]

Modules

gif
network

Functions

gen_canvas

Generates a canvas from the image crate.

gen_map_dimensions

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

gen_stuff

Sets the additions required to center the pixels on the map. This allows for negative placements of Coordinates, when adjusted with this function.

min_max

Finds the min and max of a list and returns ((minX, minY),(maxX, maxY)).