stock xs_vec_normalize(const Float:vec[], Float:out[])
vec | The vector to be normalized. |
out | The output vector. Can be the same as the input vector. |
Normalizes a vector. Normalized vector is a vector with the length of 1 unit, but with the same direction as the original vector.
This function has no return value.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.