public static float Distance (Vector4 a, Vector4 b);

설명

Returns the distance between a and b.

Vector4.Distance(a,b) is the same as (a-b).magnitude.