~~NOTOC~~ <=[[4rpl:start| Index]] \\ <=[[4rpl:start#vectors| Vectors]] ====== 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 <=[[4rpl:start| Index]]