Article

Vector to Unit Vector

Wednesday, 7 January 2026

To convert a vector to a unit vector, you need to:

  1. Calculate the magnitude using the Pythagoras theorem
  2. Divide both axes with the magnitude

Demonstration

TODO: Write iframe content

Example