dot(_:_:) Returns the dot product of two vectors. Declarationfunc dot(_ x: SIMD4<Double>, _ y: SIMD4<Double>) -> Double See AlsoGeometry Functionsnormalize(_:)project(_:_:)reflect(_:n:)refract(_:n:eta:)