Updated Normalize.md (markdown)
commited
commit
ccf61670a23fcc1c1b4d7e45bf1c7a545cb4cf5d
... | ... | @@ -6,7 +6,3 @@ Outputs a vector with the same direction as the input vector, but a length of 1. |
6 | 6 | |
7 | 7 | ## Output |
8 | 8 | - Normalize: Outputs the normalized vector |
9 | ||
10 | ## Example |
|
11 | [[/uploads/normalize.jpg]] |
|
12 | To explain what is going on here, let's take a look at the X-axis of the vector. The normalizer made the X-axis have a length of 1 (by dividing it with itself). Meanwhile, the Y-Axis of the vector outputs 0.01 (by dividing it with the X-axis's value). What about the Z-Axis? Since the Z-axis's value is 0, there is no reason for the normalizer to change it's value. |