Builds a vector from two points by subtracting the points.
void MakeVectorFromPoints(const float pt1[3], const float pt2[3], float output[3])
First point (to be subtracted from the second).
Second point.
Output vector buffer.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.