#include "VTFMathlib.h"

Functions | |
| void | VecAdd (Vector *a, Vector *b, Vector *sum) |
| Vector addition function. | |
| void | VecSub (Vector *a, Vector *b, Vector *diff) |
| Vector subtraction function. | |
| void | VecScale (Vector *v, vlSingle scale) |
| Vector scale function. | |
| vlSingle | VecDot (Vector *u, Vector *v) |
| Vector dot-product function. | |
| void | VecReflect (Vector *axis, Vector *v, Vector *r) |
| Vector reflect function. | |
| vlInt | Intersect (Vector *v) |
| Vector intersect function. | |
1.5.4