class Mazebot::Node
- Mazebot::Node
- Reference
- Object
Defined in:
mazebot/node.crConstructors
Instance Method Summary
- #connect_to(node : self, distance : Number::Primitive)
- #data : Mazebot::NodeData
- #direction_to(other : Node) : String | Nil
- #f : Number::Primitive
- #f=(f : Number::Primitive)
- #g : Number::Primitive
- #g=(g : Number::Primitive)
- #neighbors : Hash(Mazebot::Node, Float32 | Float64 | Int128 | Int16 | Int32 | Int64 | Int8 | UInt128 | UInt16 | UInt32 | UInt64 | UInt8)
- #parent : self | Nil
- #parent=(parent : self | Nil)
- #reset
- #to_s(io)
Constructor Detail
Instance Method Detail
def neighbors : Hash(Mazebot::Node, Float32 | Float64 | Int128 | Int16 | Int32 | Int64 | Int8 | UInt128 | UInt16 | UInt32 | UInt64 | UInt8)
#