Normalize

Outputs a vector with the same direction as the input vector, but a length of 1. (Also known as a unit vector.)

Notes

As Vector (0, 0, 0) is the origin point, feeding it in the input can give (nan, nan, nan).

In the olden days, before Fancade v1.4, you had to script vector normalization yourself, which would look something like this: