Click or drag to resize

Vector3DistanceSquared Method

Returns the Euclidean distance squared 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 DistanceSquared(
	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 squared.
See Also