Contents

simd_distance_squared

Returns the square of the distance between two vectors.

Declaration

static float simd_distance_squared(simd_float2 __x, simd_float2 __y);

See Also

Length and Distance Functions