This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Download Microsoft Edge
More info about Internet Explorer and Microsoft Edge
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