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