DistanceSquared Method
Computes the squared Euclidean distance between the two given points.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static double DistanceSquared(
Vector3D value1,
Vector3D value2
)
Public Shared Function DistanceSquared (
value1 As Vector3D,
value2 As Vector3D
) As Double
static member DistanceSquared :
value1 : Vector3D *
value2 : Vector3D -> float