* Class: AIPathGrid
#author("2024-02-10T19:03:36+00:00","","")

- parent of: AIPathGrid2D, AIPathGrid3D~
** Constructors
- ''new AIPathGrid''(size: T, grid: number[]): AIPathGrid~
-- ''size''~
-- ''grid''~
** Methods
- ''getDirections''(a: T, b: T)~
-- ''a''~
-- ''b''~
~
- ''getValue''(pos: T): number~
-- ''pos''~
~
- ''isInside''(pos: T): boolean~
-- ''pos''~
~
- ''isSame''(a: T, b: T): boolean~
-- ''a''~
-- ''b''~
~
- ''loadFromFile''(path: string): Promise~
-- ''path''~


Front page   Edit Diff History Attach Copy Rename Reload   New Page list Search Recent changes   Help   RSS of recent changes