f9ea Cross Product Calculator
Calculate the cross product of two 3D vectors, plus magnitude and angle between them.
A =
B =
About Cross Product
The cross product of two 3D vectors results in a vector perpendicular to both. It is used in physics, engineering, and 3D graphics.
FAQ
What is a cross product?
A binary operation on two vectors producing a third vector perpendicular to both.
When is the result zero?
When the two vectors are parallel (or one is zero), the cross product is the zero vector.