示例#1
0
 def closest(self, other):
     return minimum_distance(self, other)
示例#2
0
 def closest(self, other):
     return minimum_distance(self, other)