distance_squared(_:_:)
Returns the square of the distance between two vectors.
Declaration
func distance_squared(_ x: SIMD4<Double>, _ y: SIMD4<Double>) -> DoubleReturns the square of the distance between two vectors.
func distance_squared(_ x: SIMD4<Double>, _ y: SIMD4<Double>) -> Double