Calculates the dot product of two vectors.
float GetVectorDotProduct(const float vec1[3], const float vec2[3])
First vector.
Second vector.
Dot product of the two vectors.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.