Function | Description |
---|---|
AddVectors | Adds two vectors. It is safe to use either input buffer as an output buffer. |
GetAngleVectors | Returns vectors in the direction of an angle. |
GetVectorAngles | Returns angles from a vector. |
GetVectorCrossProduct | Computes the cross product of two vectors. Any input array can be the same as the output array. |
GetVectorDistance | Calculates the distance between two vectors. |
GetVectorDotProduct | Calculates the dot product of two vectors. |
GetVectorLength | Calculates a vector's length. |
GetVectorVectors | Returns direction vectors from a vector. |
MakeVectorFromPoints | Builds a vector from two points by subtracting the points. |
NegateVector | Negatives a vector. |
NormalizeVector | Normalizes a vector. The input array can be the same as the output array. |
ScaleVector | Scales a vector. |
SubtractVectors | Subtracts a vector from another vector. It is safe to use either input buffer as an output buffer. |
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.