Raeven0
Newbie
- Joined
- Jan 16, 2005
- Messages
- 2,495
- Reaction score
- 0
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?
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?