Vector3.Distance(Vector3, Vector3) Methode

Definitie

Berekent de Euclidean-afstand tussen de twee opgegeven punten.

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

Parameters

value1
Vector3

Het eerste punt.

value2
Vector3

Het tweede punt.

Retouren

De afstand.

Van toepassing op