Exemplo n.º 1
0
 def test_distance(self):
     p1, p2 = Point(60.15, 24.95), Point(60.17, 25.00)
     self.assertAlmostEqual(p1.distance(p2), 3560.1077441805196)
Exemplo n.º 2
0
 def test_distance(self):
     p1, p2 = Point(60.15,24.95), Point(60.17,25.00)
     self.assertAlmostEqual(p1.distance(p2), 3560.1077441805196)