예제 #1
0
 public static float DistanceSquared(TSVector a, TSVector b)
 {
     return(a.DistanceToSquared(b));
 }