Created by Scott Robert Ladd at Coyote Gulch Productions.
#include <maze_renderer.h>
| static void libcoyotl::maze_renderer::render | ( | const libcoyotl::maze & | a_source, | |
| const std::string & | a_filename, | |||
| size_t | a_grid_size | |||
| ) | [static] |
Renders a maze object to a PNG file, using a specified cell size.
| a_source | - The maze to be rendered | |
| a_filename | - The name of the file to be created | |
| a_grid_size | - The dimension (in pixels) of a rendered cell (always square) |
© 1996-2005 Scott Robert Ladd. All rights reserved.
HTML documentation generated by Dimitri van Heesch's excellent Doxygen tool.