Namespace
PathfindingUtils
Generates a connection array for a grid-based map with obstacles. The map has dimensions specified by the width and height parameters, and the obstacles are defined by an array of points representing their positions.
width
height
The width of the grid map.
The height of the grid map.
An array of points representing the positions of obstacles.
The connection array representing the grid-based map with obstacles.
Generated using TypeDoc
PathfindingUtils
Generates a connection array for a grid-based map with obstacles. The map has dimensions specified by the
width
andheight
parameters, and the obstacles are defined by an array of points representing their positions.