Contents

distance(_:_:)

Returns the distance between two vectors.

Declaration

func distance(_ x: SIMD2<Double>, _ y: SIMD2<Double>) -> Double

See Also

Length and Distance Functions