What is the need for normalizing a vector?
Posted
by
Rashed Hassan
on Stack Overflow
See other posts from Stack Overflow
or by Rashed Hassan
Published on 2012-04-03T23:26:51Z
Indexed on
2012/04/03
23:28 UTC
Read the original article
Hit count: 222
vector
|normalizing
Trying to understand vectors a bit more.
What is the need for normalizing a vector?
If I have a vector, N = (x, y, z)
What do you actually get when you normalize it - I get the idea you have to divide x/|N| y/|N| & z/|N|. My question is, why do we do this thing, I mean what do we get out of this equation?
What is the meaning or 'inside' purpose of doing this.
A bit of a maths question, I apologize, but I am really not clear in this topic.
© Stack Overflow or respective owner