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