AskMinimumDist(
Tag object1,
Tag object2,
int guess1_given,
double[] guess1,
int guess2_given,
double[] guess2,
out double min_dist,
double[] pt_on_obj1,
double[] pt_on_obj2
)
The last two arguments return the co-ordinates of point on each object. You can easily calculate the delta...