Calculates the distance between two vectors.
float GetVectorDistance(const float vec1[3], const float vec2[3], bool squared)
First vector.
Second vector.
If true, the result will be squared (for optimization).
Vector distance.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.