HOG2
Functions
PathGeneration.cpp File Reference
#include "PathGeneration.h"
#include "Map.h"
#include "AStar.h"
#include "MapFlatAbstraction.h"
Include dependency graph for PathGeneration.cpp:

Go to the source code of this file.

Functions

void generatePaths (char *_map, int mapSizeX, int mapSizeY, int numBuckets, int bucketSize, int pathsPerBucket)
 

Function Documentation

◆ generatePaths()

void generatePaths ( char *  _map,
int  mapSizeX,
int  mapSizeY,
int  numBuckets,
int  bucketSize,
int  pathsPerBucket 
)