Vector4.DistanceSquared(Vector4, Vector4) 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::Vector4 value1, System::Numerics::Vector4 value2);
public static float DistanceSquared (System.Numerics.Vector4 value1, System.Numerics.Vector4 value2);
static member DistanceSquared : System.Numerics.Vector4 * System.Numerics.Vector4 -> single
Public Shared Function DistanceSquared (value1 As Vector4, value2 As Vector4) As Single
Parameters
- value1
- Vector4
The first point.
- value2
- Vector4
The second point.
Returns
The distance squared.
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.