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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.