back
Swap vectors
cross(blue,red)=
0
blue × red = green
which is:
v₁ × v₂ = v₃
in programming:
cross(a, b)
Wikipedia page