Click or drag to resize

Vector4Distance Method (Vector4, Vector4, Single)

Returns the distance between two vectors.

Namespace:  SampSharp.GameMode
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public static void Distance(
	ref Vector4 value1,
	ref Vector4 value2,
	out float result
)

Parameters

value1
Type: SampSharp.GameModeVector4
The first vector.
value2
Type: SampSharp.GameModeVector4
The second vector.
result
Type: SystemSingle
The distance between two vectors as an output parameter.
See Also