After reading google, I still don’t quite understand what this does/means? Could someone explain this? Possibly a simple example? Thank you very much.
After reading google, I still don’t quite understand what this does/means? Could someone explain
Share
Normalizing a vector means changing its components so its total length is equal to 1.
In pseudo-code:
This has many uses in real-time 3D, as normed vectors have interesting properties.