VRageMath.Vector3.RectangularDistance - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← Vector3
public static float RectangularDistance(Vector3 value1, Vector3 value2)
Calculates rectangular distance (a.k.a. Manhattan distance or Chessboard distace) between two vectors.
public static float RectangularDistance(ref Vector3 value1, ref Vector3 value2)
Calculates rectangular distance (a.k.a. Manhattan distance or Chessboard distace) between two vectors.