neat.STree.path_between_nodes¶
- STree.path_between_nodes(from_node, to_node)[source]¶
Inclusive path from
from_nodetoto_node.- Parameters:
from_node (neat.SNode)
to_node (neat.SNode)
- Returns:
List of nodes representing the direct path between
from_nodeandto_node, which are respectively the first and last nodes in the list.- Return type:
list of neat.SNode