You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
ValveTime.co.uk | Valve News, Forums, Steam
VectorNormalize(vector& v)
Okay, so we have a function VectorNormalize(vector& v) that returns a single float given a single vector. It's defined in vector.h, line 1508 or so. I can't figure out how it arrives at that float given a single vector, and I don't know any coders. What does it do?