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?
Back
Top