Vector3DDistanceSquared Method

Computes the squared Euclidean distance between the two given points.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static double DistanceSquared(
	Vector3D value1,
	Vector3D value2
)

Parameters

value1  Vector3D
 
value2  Vector3D
 

Return Value

Double

See Also