~~NOTOC~~ ====== Normalize ====== Normalize(<-vector) ->normVector ===== Description ===== Normalizes a vector. To normalize a vector is to take a vector of any length and, keeping it pointing in the same direction, change its length to 1, turning it into what is called a unit vector. ===== Examples ===== Normalize(V3(2 1 0)) ->normVector