Skip to content

spatial-monorepo


spatial-monorepo / wayfinding/src / findNearestWalkableCell

Function: findNearestWalkableCell()

findNearestWalkableCell(grid, cell, maxRadiusCells): GridCell | null

Defined in: packages/wayfinding/src/grid-relaxation.ts:301

Parameters

grid

OccupancyGrid

cell

GridCell

maxRadiusCells

number

Returns

GridCell | null

Released under commercial licensing.