Vector4.Distance(Vector4, Vector4) Methode

Definitie

Berekent de Euclidean-afstand tussen de twee opgegeven punten.

public:
 static float Distance(System::Numerics::Vector4 value1, System::Numerics::Vector4 value2);
public static float Distance(System.Numerics.Vector4 value1, System.Numerics.Vector4 value2);
static member Distance : System.Numerics.Vector4 * System.Numerics.Vector4 -> single
Public Shared Function Distance (value1 As Vector4, value2 As Vector4) As Single

Parameters

value1
Vector4

Het eerste punt.

value2
Vector4

Het tweede punt.

Retouren

De afstand.

Van toepassing op