Class Index | File Index

Classes


Class ROT.Path.AStar


Extends ROT.Path.
Simplified A* algorithm: all edges have a value of 1
Defined in: <rot.js>.

Class Summary
Constructor Attributes Constructor Name and Description
 
ROT.Path.AStar(toX, toY, passableCallback, options)
Method Summary
Method Attributes Method Name and Description
 
compute(fromX, fromY, callback)
Compute a path from a given point
Class Detail
ROT.Path.AStar(toX, toY, passableCallback, options)
Parameters:
toX
toY
passableCallback
options
See:
ROT.Path
Method Detail
compute(fromX, fromY, callback)
Compute a path from a given point
Parameters:
fromX
fromY
callback
See:
ROT.Path#compute

Documentation generated by JsDoc Toolkit 2.4.0 on Mon Jun 13 2016 11:14:42 GMT+0200 (CEST)