2D vector operations in one place
Enter two planar vectors and this tool computes their sum and difference, the dot product, the scalar cross product, each vector’s magnitude, and the angle between them via the dot-product formula cos(θ) = (a·b) / (|a||b|).
The 2D cross product is reported as the signed scalar aₓbᵧ − aᵧbₓ. Everything is computed in your browser — no data leaves your device.