Euclidean -3.93514 2.97568 -2.03636 1.57224 def calc( arg1, arg2 ): return Point( ( arg1.coordinate() + arg2.coordinate() ) / 2 )