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