Ejemplo n.º 1
0
 public static float Distance(float v1, float v2)
 {
     return(Helper.Distance(v1, v2));
 }