AStar::Node(T)
Inherits Reference < Object
Represents one node from a graph.
Every Node(T) can store something in its data getter e.g. coordinates.
Constructors
Instance methods
connect(node : self, distance : Number::Primitive)
Connect self to another node with a distance.
data
Sourcef=(f : Number::Primitive)
Sourceg=(g : Number::Primitive)
Sourceneighbor
Sourceparent
Sourceparent=(parent : self | Nil)
Source