コード例 #1
0
ファイル: ida.py プロジェクト: ryanpon/pathfinding-animator
 def __init__(self, graph, vertex_coords, quadtree):
     GraphSearchAnimator.__init__(self, graph, vertex_coords, quadtree)
コード例 #2
0
 def __init__(self, graph, vertex_coords, landmark_dict):
     GraphSearchAnimator.__init__(self, graph, vertex_coords)
     self.landmark_dict = landmark_dict    # for ALT