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