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