Vector2.DistanceSquared(Vector2, Vector2) Methode

Definitie

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

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

Parameters

value1
Vector2

Het eerste punt.

value2
Vector2

Het tweede punt.

Retouren

De afstand kwadraat.

Van toepassing op