Class Index | File Index

Classes


Class ROT.Path.Dijkstra


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

Class Summary
Constructor Attributes Constructor Name and Description
 
ROT.Path.Dijkstra(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.Dijkstra(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 Fri Mar 08 2013 11:07:30 GMT+0100 (CET)