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

Vector3D.Distance Static Method

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

Returns the Euclidean distance between the two given points.

Parameters

[Vector3D] value1

The first point.

[Vector3D] value2

The second point.

Returns

double

The distance.