Click or drag to resize

Vector3Distance Method

Returns the Euclidean distance between the two given points.

Namespace:  SoftGear.Strix.Client.Ingame.Interpolation
Assembly:  strix-client-csharp-ingame (in strix-client-csharp-ingame.dll) Version: 2.3.0
Syntax
C#
public static float Distance(
	Vector3 value1,
	Vector3 value2
)

Parameters

value1
Type: SoftGear.Strix.Client.Ingame.InterpolationVector3
The first point.
value2
Type: SoftGear.Strix.Client.Ingame.InterpolationVector3
The second point.

Return Value

Type: Single
The distance.
See Also