Vector4.DistanceSquared(Vector4, Vector4) Methode

Definitie

Geeft als resultaat de euclidische afstand die tussen twee opgegeven punten wordt ge kwadraat.

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

Parameters

value1
Vector4

Het eerste punt.

value2
Vector4

Het tweede punt.

Retouren

De afstand kwadraat.

Van toepassing op