VRageMath.Vector4.Distance - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← Vector4
public static float Distance(Vector4 value1, Vector4 value2)Calculates the distance between two vectors.
public static void Distance(ref Vector4 value1, ref Vector4 value2, out float result)Calculates the distance between two vectors.