コード例 #1
0
 public static float DistanceSqr(Vector2f a, Vector2f b)
 {
     return(Vector2f.DistanceSqr(a, b));
 }