public static double Dist(this Entity a, Entity b)
 {
     return(Math.Sqrt(a.DistSqr(b)));
 }