Skip to main content

DistanceSquared Method

Computes the squared Euclidean distance between the two given points.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public static double DistanceSquared(
Vector3D value1,
Vector3D value2
)

Parameters

  Vector3D
 
  Vector3D
 

Return Value

Double

See Also

Reference

Vector3D Structure
Avalonia Namespace