distance(_:_:) Returns the distance between two vectors. Declarationfunc distance(_ x: SIMD2<Double>, _ y: SIMD2<Double>) -> Double See AlsoLength and Distance Functionslength(_:)length_squared(_:)distance_squared(_:_:)