Click or drag to resize
Vector3RectangularDistance Method (Vector3, Vector3)

[This is preliminary documentation and is subject to change.]

Calculates rectangular distance (a.k.a. Manhattan distance or Chessboard distace) between two vectors.

Namespace: VRageMath
Assembly: VRage.Math (in VRage.Math.dll) Version: 1.0.0.0
Syntax
C#
public static float RectangularDistance(
	Vector3 value1,
	Vector3 value2
)

Parameters

value1
Type: VRageMathVector3
Source vector.
value2
Type: VRageMathVector3
Source vector.

Return Value

Type: Single

[Missing <returns> documentation for "M:VRageMath.Vector3.RectangularDistance(VRageMath.Vector3,VRageMath.Vector3)"]

See Also