Vector3.DistanceSquared(Vector3, Vector3) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the Euclidean distance squared between two specified points.
public:
static float DistanceSquared(System::Numerics::Vector3 value1, System::Numerics::Vector3 value2);
public static float DistanceSquared (System.Numerics.Vector3 value1, System.Numerics.Vector3 value2);
static member DistanceSquared : System.Numerics.Vector3 * System.Numerics.Vector3 -> single
Public Shared Function DistanceSquared (value1 As Vector3, value2 As Vector3) As Single
Parameters
- value1
- Vector3
The first point.
- value2
- Vector3
The second point.
Returns
The distance squared.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.