Namespace: Rx.Net – Class: Vector3D – Assembly: Rx.Net

Vector3D.DistanceSquared Static Method

C#
public static double DistanceSquared(Vector3D value1, Vector3D value2)

Returns the Euclidean distance squared between the two given points.

Parameters

[Vector3D] value1

The first point.

[Vector3D] value2

The second point.

Returns

double

The distance squared.