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