Module edgeGraphData
[hide private]
[frames] | no frames]

Module edgeGraphData

source code

Variables [hide private]
  patrolPoints = [(300, 500), (750, 290), (1090, 655), (1390, 65...
  edgeLengths = {((300, 500), (750, 290)): [136, 148, 147, 148],...
  __package__ = None
Variables Details [hide private]

patrolPoints

Value:
[(300, 500),
 (750, 290),
 (1090, 655),
 (1390, 655),
 (1866, 505),
 (1866, 995),
 (1390, 845),
 (1090, 845),
...

edgeLengths

Value:
{((300, 500), (750, 290)): [136, 148, 147, 148],
 ((300, 1000), (300, 500)): [151, 151, 153, 147],
 ((750, 290), (1090, 655)): [152, 148, 148, 148],
 ((750, 1210), (300, 1000)): [150, 164, 149, 148],
 ((1090, 655), (1090, 845)): [77, 76, 76],
 ((1090, 845), (750, 1210)): [619, 632, 470, 343],
 ((1390, 655), (1866, 505)): [136, 148, 148, 148, 148],
 ((1390, 845), (1390, 655)): [77, 77, 77, 78],
...