Angle Between Two Vectors Calculator
Find the angle between two 3D vectors.
Find the angle between two vectors using the dot product.
The math behind it
cosθ = (a · b) ÷ (|a| |b|), so θ = arccos of that. A result of 90° means the vectors are perpendicular.
Worked example
(1,0,0) and (1,1,0) → 45°.
FAQ
What angle means perpendicular?
90°, which happens exactly when the dot product is zero.