Normalize

Outputs a vector with the same direction as the input vector, but a length of 1. (Also known as a unit vector.). You can learn more about normalizing vector here

Input

  • Vector: The target vector

Output

  • Normalize: Outputs the normalized vector