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