spatial-monorepo / wayfinding/src / JumpPointSearchOptions
Interface: JumpPointSearchOptions
Defined in: packages/wayfinding/src/grid-types.ts:127
Extended by
Properties
diagonalMovement?
optionaldiagonalMovement?:DiagonalMovementMode
Defined in: packages/wayfinding/src/grid-types.ts:134
Default 'only-when-no-obstacles': diagonal steps are only allowed when neither orthogonal neighbour is blocked, so a path can never cut through a wall corner. Loosening this can shorten routes visually but risks corner-cutting through thin walls at low grid resolutions.
