Constructors
constructor
- new Cell(q: any, r: any, s: any, h?: any): Cell
-
Parameters
-
q: any
-
r: any
-
s: any
-
Optional h: any
Properties
_calcCost
_calcCost: number
_priority
_priority: number
_visited
_visited: boolean
uniqueID
uniqueID: string
walkable
walkable: boolean
Methods
equals
- equals(cell: Cell): boolean
-
Parameters
Returns boolean
set
- set(q: any, r: any, s: any): Cell