Skip to content

spatial-monorepo


spatial-monorepo / wayfinding/src / isBlockedCell

Function: isBlockedCell()

isBlockedCell(grid, cell): boolean

Defined in: packages/wayfinding/src/occupancy-grid.ts:663

Out-of-bounds cells are treated as blocked.

Parameters

grid

OccupancyGrid

cell

GridCell

Returns

boolean

Released under commercial licensing.